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