Packageorg.papervision3d.core.animation.channel
Classpublic class MorphChannel3D
InheritanceMorphChannel3D 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
  
MorphChannel3D(parent:IAnimationDataProvider, defaultTarget:DisplayObject3D, name:String = null)
Constructor.
MorphChannel3D
 Inherited
Adds a new keyframe.
AbstractChannel3D
  
updateToFrame(keyframe:uint, target:DisplayObject3D = null):void
Updates this channel.
MorphChannel3D
 Inherited
updateToTime(time:Number, frameSnap:Number = 0):void
Updates this channel by time.
AbstractChannel3D
Constructor detail
MorphChannel3D()constructor
public function MorphChannel3D(parent:IAnimationDataProvider, defaultTarget:DisplayObject3D, name:String = null)

Constructor.

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

Updates this channel.

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