| Package | away3d.animators.states |
| Class | public class ParticleFollowState |
| Inheritance | ParticleFollowState ParticleStateBase AnimationStateBase Object |
| Property | Defined By | ||
|---|---|---|---|
| followTarget : Object3D | ParticleFollowState | ||
![]() | 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 | |
| smooth : Boolean | ParticleFollowState | ||
| Method | Defined By | ||
|---|---|---|---|
| ParticleFollowState | |||
![]() | 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]
| ParticleFollowState | ||
![]() | update(time:int):void
Updates the configuration of the node to its current state. | AnimationStateBase | |
| followTarget | property |
followTarget:Object3D public function get followTarget():Object3D public function set followTarget(value:Object3D):void| smooth | property |
smooth:Boolean public function get smooth():Boolean public function set smooth(value:Boolean):void| ParticleFollowState | () | Constructor |
public function ParticleFollowState(animator:ParticleAnimator, particleFollowNode:ParticleFollowNode)animator:ParticleAnimator | |
particleFollowNode:ParticleFollowNode |
| 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 |