| Package | org.papervision3d.core.animation.channel |
| Class | public class MorphChannel3D |
| Inheritance | MorphChannel3D AbstractChannel3D |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| MorphChannel3D | ||
![]() |
Adds a new keyframe.
| AbstractChannel3D | |
|
updateToFrame(keyframe:uint, target:DisplayObject3D = null):void
Updates this channel.
| MorphChannel3D | ||
![]() |
updateToTime(time:Number, frameSnap:Number = 0):void
Updates this channel by time.
| AbstractChannel3D | |
| MorphChannel3D | () | constructor |
public function MorphChannel3D(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) |