Packageorg.papervision3d.core.animation.channel
Classpublic class MatrixChannel3D
InheritanceMatrixChannel3D Inheritance AbstractChannel3D



Public Properties
 PropertyDefined by
 InheritedcurrentIndex : int
Current keyframe as index into keyFrames array.
AbstractChannel3D
 InheritedcurrentKeyFrame : AnimationKeyFrame3D
Current keyframe.
AbstractChannel3D
 InheritedcurrentTime : Number
Current time in seconds.
AbstractChannel3D
 Inheritedduration : Number
Total duration in seconds.
AbstractChannel3D
 InheritedendTime : Number
End time in seconds.
AbstractChannel3D
 InheritedframeAlpha : Number
Value between 0 and 1 indicating current position inbetween current and next keyframe.
AbstractChannel3D
 InheritedframeDuration : Number
Duration of the interval between current and next frame in seconds.
AbstractChannel3D
 InheritedkeyFrames : Array
Array of keyframes.
AbstractChannel3D
  member : String
MatrixChannel3D
 Inheritedname : String
Name of the channel.
AbstractChannel3D
 InheritednextIndex : int
Next keyframe as index into keyFrames array.
AbstractChannel3D
 InheritednextKeyFrame : AnimationKeyFrame3D
Next keyframe.
AbstractChannel3D
 InheritedstartTime : Number
Start time in seconds.
AbstractChannel3D
 Inheritedtarget : DisplayObject3D
The target for this animation channel.
AbstractChannel3D
Public Methods
 MethodDefined by
  
MatrixChannel3D(target:DisplayObject3D, name:String = null)
Constructor.
MatrixChannel3D
 Inherited
Adds a new keyframe.
AbstractChannel3D
  
updateToFrame(keyframe:uint):void
Updates this channel.
MatrixChannel3D
  
updateToTime(time:Number):void
MatrixChannel3D
Property detail
memberproperty
public var member:String
Constructor detail
MatrixChannel3D()constructor
public function MatrixChannel3D(target:DisplayObject3D, name:String = null)

Constructor.

Parameters
target:DisplayObject3D
 
name:String (default = null)
Method detail
updateToFrame()method
public override function updateToFrame(keyframe:uint):void

Updates this channel.

Parameters
keyframe:uint
updateToTime()method 
public override function updateToTime(time:Number):voidParameters
time:Number