UE2:AttractionForce (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- ParticleSystems
- Within class:
- ParticleGenerator
- This class in other games:
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
Property group 'AttractionForce'
ParticleA
Type: Object.ParticleHandle
Modifiers: native
ParticleB
Type: Object.ParticleHandle
Modifiers: native
Rigidity
Type: float
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
Property | Value |
---|---|
Priority | 10.0 |
Native functions
SetEndpoints
native simulated function SetEndpoints (Object.ParticleHandle A, Object.ParticleHandle B)