| Property | Defined by | ||
|---|---|---|---|
| inTangent : Array | AnimationKeyFrame3D | ||
| interpolation : String | AnimationKeyFrame3D | ||
| name : String | AnimationKeyFrame3D | ||
| output : Array | AnimationKeyFrame3D | ||
| outTangent : Array | AnimationKeyFrame3D | ||
| time : Number | AnimationKeyFrame3D | ||
| Method | Defined by | ||
|---|---|---|---|
|
AnimationKeyFrame3D(name:String, time:Number, output:Array = null, interpolation:String = null, inTangent:Array = null, outTangent:Array = null)
Constructor.
| AnimationKeyFrame3D | ||
| Constant | Defined by | ||
|---|---|---|---|
| INTERPOLATION_BEZIER : String = "BEZIER" [static]
| AnimationKeyFrame3D | ||
| INTERPOLATION_LINEAR : String = "LINEAR" [static]
| AnimationKeyFrame3D | ||
| inTangent | property |
public var inTangent:Array
| interpolation | property |
public var interpolation:String
| name | property |
public var name:String
| output | property |
public var output:Array
| outTangent | property |
public var outTangent:Array
| time | property |
public var time:Number
| AnimationKeyFrame3D | () | constructor |
public function AnimationKeyFrame3D(name:String, time:Number, output:Array = null, interpolation:String = null, inTangent:Array = null, outTangent:Array = null)Constructor.
Parametersname:String — name
|
|
time:Number |
|
output:Array (default = null) |
|
interpolation:String (default = null) |
|
inTangent:Array (default = null) |
|
outTangent:Array (default = null) |
| INTERPOLATION_BEZIER | constant |
public static const INTERPOLATION_BEZIER:String = "BEZIER"
| INTERPOLATION_LINEAR | constant |
public static const INTERPOLATION_LINEAR:String = "LINEAR"