Packageorg.papervision3d.core.animation.channel
Classpublic class MatrixStackChannel3D
InheritanceMatrixStackChannel3D Inheritance AbstractChannel3D



Public Properties
 PropertyDefined by
 InheriteddefaultTarget : DisplayObject3D
AbstractChannel3D
 InheritedkeyFrames : Array
AbstractChannel3D
 InheritedmaxTime : Number
AbstractChannel3D
 InheritedminTime : Number
AbstractChannel3D
 Inheritedname : String
AbstractChannel3D
 Inheritedoutput : Array
AbstractChannel3D
 Inheritedparent : IAnimationDataProvider
AbstractChannel3D
 Inheritedposition : Number
Position.
AbstractChannel3D
 Inheritedtolerance : Number
Tolerance.
AbstractChannel3D
Protected Properties
 PropertyDefined by
 Inherited_nextOutput : Array
AbstractChannel3D
Public Methods
 MethodDefined by
  
MatrixStackChannel3D(parent:IAnimationDataProvider, defaultTarget:DisplayObject3D, name:String = null)
Constructor.
MatrixStackChannel3D
  
Adds a new keyframe.
MatrixStackChannel3D
  
Adds a MatrixChannel3D to this channel.
MatrixStackChannel3D
  
updateToFrame(keyframe:uint, target:DisplayObject3D = null):void
Updates this channel.
MatrixStackChannel3D
 Inherited
updateToTime(time:Number, frameSnap:Number = 0):void
Updates this channel by time.
AbstractChannel3D
Constructor detail
MatrixStackChannel3D()constructor
public function MatrixStackChannel3D(parent:IAnimationDataProvider, defaultTarget:DisplayObject3D, name:String = null)

Constructor.

Parameters
parent:IAnimationDataProvider
 
defaultTarget:DisplayObject3D
 
name:String (default = null)
Method detail
addKeyFrame()method
public override function addKeyFrame(keyframe:AnimationKeyFrame3D):AnimationKeyFrame3D

Adds a new keyframe.

Parameters
keyframe:AnimationKeyFrame3D

Returns
AnimationKeyFrame3D — The added keyframe.
addMatrixChannel()method 
public function addMatrixChannel(channel:MatrixChannel3D):void

Adds a MatrixChannel3D to this channel.

Parameters
channel:MatrixChannel3D
updateToFrame()method 
public override function updateToFrame(keyframe:uint, target:DisplayObject3D = null):void

Updates this channel.

Parameters
keyframe:uint
 
target:DisplayObject3D (default = null)