Package | away3dlite.animators.bones |
Class | public class Channel |
Inheritance | Channel Object |
Bone
or Object3D
object over the dureation of a bones animation
See also
Property | Defined By | ||
---|---|---|---|
inTangent : Array | Channel | ||
interpolations : Array | Channel | ||
name : String | Channel | ||
outTangent : Array | Channel | ||
param : Array | Channel | ||
target : Object3D | Channel | ||
times : Array | Channel | ||
type : Array | 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:Array
interpolations | property |
public var interpolations:Array
name | property |
public var name:String
outTangent | property |
public var outTangent:Array
param | property |
public var param:Array
target | property |
public var target:Object3D
times | property |
public var times:Array
type | property |
public var type:Array
Channel | () | Constructor |
public function Channel(name:String)
name:String |
clone | () | method |
public function clone(object:ObjectContainer3D):Channel
Parameters
object:ObjectContainer3D |
Channel |
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.
|