Package | away3d.animators.states |
Class | public class ParticleInitialColorState |
Inheritance | ParticleInitialColorState ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
initialColor : ColorTransform
Defines the initial color transform of the state, when in global mode. | ParticleInitialColorState | ||
![]() | needUpdateTime : Boolean [read-only] | ParticleStateBase | |
![]() | positionDelta : Vector3D [read-only]
Returns a 3d vector representing the translation delta of the animating entity for the current timestep of animation
| AnimationStateBase |
Method | Defined By | ||
---|---|---|---|
ParticleInitialColorState(animator:ParticleAnimator, particleInitialColorNode:ParticleInitialColorNode) | ParticleInitialColorState | ||
![]() | offset(startTime:int):void
Resets the start time of the node to a new value. | AnimationStateBase | |
![]() | phase(value:Number):void
Sets the animation phase of the node. | AnimationStateBase | |
setRenderState(stage3DProxy:Stage3DProxy, renderable:IRenderable, animationSubGeometry:AnimationSubGeometry, animationRegisterCache:AnimationRegisterCache, camera:Camera3D):void [override]
| ParticleInitialColorState | ||
![]() | update(time:int):void
Updates the configuration of the node to its current state. | AnimationStateBase |
initialColor | property |
initialColor:ColorTransform
Defines the initial color transform of the state, when in global mode.
public function get initialColor():ColorTransform
public function set initialColor(value:ColorTransform):void
ParticleInitialColorState | () | Constructor |
public function ParticleInitialColorState(animator:ParticleAnimator, particleInitialColorNode:ParticleInitialColorNode)
animator:ParticleAnimator | |
particleInitialColorNode:ParticleInitialColorNode |
setRenderState | () | method |
override public function setRenderState(stage3DProxy:Stage3DProxy, renderable:IRenderable, animationSubGeometry:AnimationSubGeometry, animationRegisterCache:AnimationRegisterCache, camera:Camera3D):void
Parameters
stage3DProxy:Stage3DProxy | |
renderable:IRenderable | |
animationSubGeometry:AnimationSubGeometry | |
animationRegisterCache:AnimationRegisterCache | |
camera:Camera3D |