Table of Contents

Component Graphics

(NOTE) Basic Particle Animation Effects.

Methods Properties Base Classes Derived Classes
Constructor Dampening particleanimator
Force
Growth
RandomForce
Torque
Twist

Properties


Dampening : real

Velocity dampening.

var Dampening : Real

Force : real3

Constance force applied to particles.

var Force : Real3

Growth : real

Rate of particle size growth.

var Growth : Real

RandomForce : real3

Random force applied to particles.

var RandomForce : Real3

Torque : real

Force that applies spin.

var Torque : Real

Twist : real3

Twist applies a twisting/tornado force to the particles.

var Twist : Real3

Methods


LinearParticleAnimator : Void

constructor

Name Type Description
function LinearParticleAnimator()