Packageaway3d.animators.data
Classpublic class Channel
InheritanceChannel Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Property Detail
inTangentproperty
public var inTangent:Vector.<Point>

interpolationsproperty 
public var interpolations:Vector.<String>

nameproperty 
public var name:String

outTangentproperty 
public var outTangent:Vector.<Point>

paramproperty 
public var param:Vector.<Array>

targetproperty 
public var target:Object3D

timesproperty 
public var times:Vector.<Number>

typeproperty 
public var type:Vector.<String>

Constructor Detail
Channel()Constructor
public function Channel(name:String)



Parameters
name:String
####INIT####
Method Detail
clone()method
public function clone():Channel

Returns
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.