Packageaway3d.animators.data
Classpublic class ParticlePropertiesMode
InheritanceParticlePropertiesMode Inheritance Object

Options for setting the properties mode of a particle animation node.



Public Constants
 ConstantDefined By
  GLOBAL : uint = 0
[static] Mode that defines the particle node as acting on global properties (ie.
ParticlePropertiesMode
  LOCAL_DYNAMIC : uint = 2
[static] Mode that defines the particle node as acting on local dynamic properties (ie.
ParticlePropertiesMode
  LOCAL_STATIC : uint = 1
[static] Mode that defines the particle node as acting on local static properties (ie.
ParticlePropertiesMode
Constant Detail
GLOBALConstant
public static const GLOBAL:uint = 0

Mode that defines the particle node as acting on global properties (ie. the properties set in the node constructor or the corresponding animation state).

LOCAL_DYNAMICConstant 
public static const LOCAL_DYNAMIC:uint = 2

Mode that defines the particle node as acting on local dynamic properties (ie. the properties of the particles set in the corresponding animation state).

LOCAL_STATICConstant 
public static const LOCAL_STATIC:uint = 1

Mode that defines the particle node as acting on local static properties (ie. the properties of particles set in the initialising function on the animation set).