Method IsRecording
IsRecording(AnimationTrack)
Method that allows querying if a track is current enabled for animation recording.
선언
public static bool IsRecording(this AnimationTrack track)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AnimationTrack | track | The track to query. |
반환
타입 | 설명 |
---|---|
bool | True if currently recording and False otherwise. |