VectorKeyframeTrack class
A Track of vectored keyframe values.
- Inheritance
 - 
    
- Object
 - KeyframeTrack
 - VectorKeyframeTrack
 
 
Constructors
- VectorKeyframeTrack(dynamic name, dynamic times, dynamic values, [dynamic interpolation])
 
Properties
- createInterpolant ↔ Function?
 - 
  
  getter/setter pairinherited
 - DefaultInterpolation ↔ int
 - 
  
  getter/setter pairinherited
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name ↔ String
 - 
  
  getter/setter pairinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - TimeBufferType ↔ String
 - 
  
  getter/setter pairinherited
 - 
  times
  ↔ List<
num>  - 
  
  getter/setter pairinherited
 - ValueBufferType ↔ String
 - 
  
  getter/setter pairinherited
 - 
  values
  ↔ List<
num>  - 
  
  getter/setter pairinherited
 - ValueTypeName ↔ String
 - 
  
  getter/setter pairoverride
 
Methods
- 
  clone(
) → dynamic  - 
  
  inherited
 - 
  getInterpolation(
) → dynamic  - 
  
  inherited
 - 
  getValueSize(
) → dynamic  - 
  
  inherited
 - 
  InterpolantFactoryMethodDiscrete(
dynamic result) → dynamic  - 
  
  inherited
 - 
  InterpolantFactoryMethodLinear(
dynamic result) → dynamic  - 
  
  inherited
 - 
  InterpolantFactoryMethodSmooth(
dynamic result) → dynamic  - 
  
  inherited
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  optimize(
) → dynamic  - 
  
  inherited
 - 
  scale(
dynamic timeScale) → dynamic  - 
  
  inherited
 - 
  setInterpolation(
dynamic interpolation) → dynamic  - 
  
  inherited
 - 
  shift(
dynamic timeOffset) → dynamic  - 
  
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  trim(
dynamic startTime, dynamic endTime) → dynamic  - 
  
  inherited
 - 
  validate(
) → dynamic  - 
  
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited