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.
선언
public static bool CanStartRecording(this AnimationTrack track)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AnimationTrack | track | The track to query. |
반환
타입 | 설명 |
---|---|
bool | True if recording can start, False otherwise. |