Method IsRecording
IsRecording(AnimationTrack)
Method that allows querying if a track is current enabled for animation recording.
Declaration
public static bool IsRecording(this AnimationTrack track)
Parameters
| Type | Name | Description | 
|---|---|---|
| AnimationTrack | track | The track to query.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if currently recording and False otherwise.  |