Gah - a solution with more questions. – EntropicLqd

UE2:ParticleColliderDisc (U2XMP)

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

$Author: Aleiby $ $Date: 12/19/01 9:15p $ $Revision: 1 $ Name: ParticleColliderDisc.uc Author: Aaron R Leiby Date: 10 April 2000 Description: Simple collider using planar geometry. How to use this class:

Set CollisionRadius.
Toggle bCollectParticleGenerators to attach to nearby generators.
Set VisibilityRadius to determine ParticleGenerators affected.

Properties[edit]

Property group 'ParticleColliderDisc'[edit]

AffectedSystems[edit]

Type: array<ParticleGenerator>

Modifiers: public


bCollectParticleGenerators[edit]

Type: bool

Modifiers: public


Elasticity[edit]

Type: float

Modifiers: public

How well things bounce off of us. (0.0..1.0)

Default value: 0.75

Default values[edit]

Property Value
bDirectional True
bHidden True
CollisionRadius 150.0
VisibilityRadius 300.0

Instance functions[edit]

DefineDependants[edit]

function DefineDependants ()