Property | Defined By | ||
---|---|---|---|
inTangent : Vector.<Point> | Channel | ||
interpolations : Vector.<String> | Channel | ||
name : String | Channel | ||
outTangent : Vector.<Point> | Channel | ||
param : Vector.<Array> | Channel | ||
target : Object3D | Channel | ||
times : Vector.<Number> | Channel | ||
type : Vector.<String> | Channel |
Method | Defined By | ||
---|---|---|---|
Channel(name:String) | Channel | ||
Channel | |||
update(time:Number, interpolate:Boolean = true):void
Updates the channel's target with the data point at the given time in seconds. | Channel |
inTangent | property |
public var inTangent:Vector.<Point>
interpolations | property |
public var interpolations:Vector.<String>
name | property |
public var name:String
outTangent | property |
public var outTangent:Vector.<Point>
param | property |
public var param:Vector.<Array>
target | property |
public var target:Object3D
times | property |
public var times:Vector.<Number>
type | property |
public var type:Vector.<String>
Channel | () | Constructor |
public function Channel(name:String)
name:String |
clone | () | method |
update | () | method |
public function update(time:Number, interpolate:Boolean = true):void
Updates the channel's target with the data point at the given time in seconds.
Parameters
time:Number — Defines the time in seconds of the playhead of the animation.
| |
interpolate:Boolean (default = true ) — [optional] Defines whether the animation interpolates between channel points Defaults to true.
|