Package | away3d.animators.states |
Class | public class ParticleUVState |
Inheritance | ParticleUVState ParticleStateBase AnimationStateBase Object |
Method | Defined By | ||
---|---|---|---|
ParticleUVState | |||
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] | ParticleUVState | ||
update(time:int):void
Updates the configuration of the node to its current state. | AnimationStateBase |
ParticleUVState | () | Constructor |
public function ParticleUVState(animator:ParticleAnimator, particleUVNode:ParticleUVNode)
animator:ParticleAnimator | |
particleUVNode:ParticleUVNode |
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 |