Client Scripting API - MorphAnimationTrack
From Multiverse
MorphAnimationTrack is a class in the Client Scripting API that can control an animation sequence to morph a mesh between predefined morph targets.
Contents |
[edit]
Constructor
None. Use Animation.CreateMorphTrack() to create a MorphAnimationTrack.
[edit]
Methods
[edit]
CreateKeyFrame
morphKeyFrame = CreateKeyFrame(time)
Create a key frame at the specified time and adds it to the animation track.
Returns
Parameters
| Parameter | Datatype | Default Value | Description |
|---|---|---|---|
| time | float | None | Specifies the time offset within the animation for the new key frame. |
[edit]
Properties
None
