Class AnimationTrackExtensions
Extension Methods for AnimationTracks that require the Unity Editor, and may require the Timeline containing the Animation Track to be currently loaded in the Timeline Editor Window.
Inherited Members
Namespace: UnityEditor.Timeline
Assembly: solution.dll
Syntax
public static class AnimationTrackExtensions
Methods
Name | Description |
---|---|
CanStartRecording(AnimationTrack) | Determines whether the Timeline window can enable recording mode on an AnimationTrack. For a track to support recording, it needs to have a valid scene binding, its offset mode should not be Auto and needs to be currently visible in the Timeline Window. |
IsRecording(AnimationTrack) | Method that allows querying if a track is current enabled for animation recording. |
StartRecording(AnimationTrack) | Method that enables animation recording for an AnimationTrack. |
StopRecording(AnimationTrack) | Disables recording mode of an AnimationTrack. |