There is no spoon
UE2:AttractionForce (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- ParticleSystems
- Within class:
- ParticleGenerator
- This class in other games:
- U2
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
$Author: Aleiby $ $Date: 3/08/02 9:51a $ $Revision: 3 $ Name: AttractionForce.uc Author: Aaron R Leiby Date: 5 December 2001 Description: Attraction between two particles. How to use this class:
Properties[edit]
Property group 'AttractionForce'[edit]
ParticleA[edit]
Type: Object.ParticleHandle
Modifiers: native
ParticleB[edit]
Type: Object.ParticleHandle
Modifiers: native
Rigidity[edit]
Type: float
Modifiers: public
Number of seconds it takes for particles to reach each other at any given moment (negative numbers enforce linear rate).
Default value: 4.0
Default values[edit]
Property | Value |
---|---|
Priority | 10.0 |
Native functions[edit]
SetEndpoints[edit]
public native simulated function SetEndpoints (Object.ParticleHandle A, Object.ParticleHandle B)