| Package | away3d.animators.data |
| Class | public class ParticlePropertiesMode |
| Inheritance | ParticlePropertiesMode Object |
| Constant | Defined 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 | ||
| GLOBAL | Constant |
public static const GLOBAL:uint = 0Mode that defines the particle node as acting on global properties (ie. the properties set in the node constructor or the corresponding animation state).
| LOCAL_DYNAMIC | Constant |
public static const LOCAL_DYNAMIC:uint = 2Mode that defines the particle node as acting on local dynamic properties (ie. the properties of the particles set in the corresponding animation state).
| LOCAL_STATIC | Constant |
public static const LOCAL_STATIC:uint = 1Mode 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).