Client Scripting API - MorphAnimationTrack

From Multiverse

Jump to: navigation, search

MorphAnimationTrack is a class in the Client Scripting API that can control an animation sequence to morph a mesh between predefined morph targets.

Contents

Constructor

None. Use Animation.CreateMorphTrack() to create a MorphAnimationTrack.



Methods

CreateKeyFrame

morphKeyFrame = CreateKeyFrame(time)

Create a key frame at the specified time and adds it to the animation track.

Returns

MorphKeyFrame

Parameters

Parameter Datatype Default Value Description
time float None Specifies the time offset within the animation for the new key frame.

Properties

None

Personal tools