Method CanStartRecording
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.
Declaration
public static bool CanStartRecording(this AnimationTrack track)
Parameters
Type | Name | Description |
---|---|---|
AnimationTrack | track | The track to query. |
Returns
Type | Description |
---|---|
bool | True if recording can start, False otherwise. |