Method StartRecording
StartRecording(AnimationTrack)
Method that enables animation recording for an AnimationTrack.
Declaration
public static bool StartRecording(this AnimationTrack track)
Parameters
Type | Name | Description |
---|---|---|
AnimationTrack | track | The AnimationTrack which will be put in recording mode. |
Returns
Type | Description |
---|---|
bool | True if track was put successfully in recording mode, False otherwise. |