| Package | alternativa.engine3d.animation.keys |
| Class | public class Keyframe |
| Inheritance | Keyframe Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| time : Number [read-only]
Key frame time in seconds. | Keyframe | ||
| value : Object
The value of animated property kept by the keyframe. | Keyframe | ||
| Method | Defined By | ||
|---|---|---|---|
Keyframe()
Creates a new Keyframe instance. | Keyframe | ||
toString():String
Returns string representation of the object. | Keyframe | ||
| time | property |
time:Number [read-only] Key frame time in seconds.
public function get time():Number| value | property |
value:Object
The value of animated property kept by the keyframe.
Can be Number or Matrix3D depends on
NumberTrack or TransformTrack belongs to.
public function get value():Object public function set value(value:Object):voidSee also
| Keyframe | () | Constructor |
public function Keyframe()Creates a new Keyframe instance.
| toString | () | method |
public function toString():StringReturns string representation of the object.
ReturnsString |