| Package | away3d.animators.data |
| Class | public class Channel |
| Property | Defined by | ||
|---|---|---|---|
| inTangent : Vector | Channel | ||
| interpolations : Vector | Channel | ||
| name : String | Channel | ||
| outTangent : Vector | Channel | ||
| param : Vector | Channel | ||
| target : Object3D | Channel | ||
| times : Vector | Channel | ||
| type : Vector | 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
| interpolations | property |
public var interpolations:Vector
| name | property |
public var name:String
| outTangent | property |
public var outTangent:Vector
| param | property |
public var param:Vector
| target | property |
public var target:Object3D
| times | property |
public var times:Vector
| type | property |
public var type:Vector
| Channel | () | constructor |
public function Channel(name:String)Parameters
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.
Parameterstime: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.
|