| Package | org.papervision3d.core.animation.channel |
| Class | public class MatrixChannel3D |
| Inheritance | MatrixChannel3D AbstractChannel3D |
| Property | Defined by | ||
|---|---|---|---|
![]() | defaultTarget : DisplayObject3D
| AbstractChannel3D | |
![]() | keyFrames : Array | AbstractChannel3D | |
![]() | maxTime : Number | AbstractChannel3D | |
| member : String | MatrixChannel3D | ||
![]() | minTime : Number | AbstractChannel3D | |
![]() | name : String | AbstractChannel3D | |
![]() | output : Array | AbstractChannel3D | |
![]() | parent : IAnimationDataProvider
| AbstractChannel3D | |
![]() | position : Number Position.
| AbstractChannel3D | |
![]() | tolerance : Number Tolerance.
| AbstractChannel3D | |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| MatrixChannel3D | ||
![]() |
Adds a new keyframe.
| AbstractChannel3D | |
|
updateToFrame(keyframe:uint, target:DisplayObject3D = null):void
Updates this channel.
| MatrixChannel3D | ||
![]() |
updateToTime(time:Number, frameSnap:Number = 0):void
Updates this channel by time.
| AbstractChannel3D | |
| member | property |
public var member:String
| MatrixChannel3D | () | constructor |
public function MatrixChannel3D(parent:IAnimationDataProvider, defaultTarget:DisplayObject3D, name:String = null)Constructor.
Parametersparent:IAnimationDataProvider |
|
defaultTarget:DisplayObject3D |
|
name:String (default = null) |
| updateToFrame | () | method |
public override function updateToFrame(keyframe:uint, target:DisplayObject3D = null):voidUpdates this channel.
Parameterskeyframe:uint |
|
target:DisplayObject3D (default = null) |