There is no spoon

UE2:AttractionForce (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Force >> AttractionForce
Package: 
ParticleSystems
Within class: 
ParticleGenerator
This class in other games:
U2

$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)