Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:ParticleColliderDisc (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2 Object >> Actor >> ParticleColliderDisc
Package: 
ParticleSystems
This class in other games:
U2XMP

$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 CullDistance to determine ParticleGenerators affected.

Properties

Property group 'ParticleColliderDisc'

AffectedSystems

Type: array<ParticleGenerator>


bCollectParticleGenerators

Type: bool


Elasticity

Type: float

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

Default value: 0.75

Default values

Property Value
bDirectional True
bHidden True
CollisionRadius 150.0
CullDistance 300.0

Instance functions

DefineDependants

function DefineDependants ()