Method StartRecording
StartRecording(AnimationTrack)
Method that enables animation recording for an AnimationTrack.
선언
public static bool StartRecording(this AnimationTrack track)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AnimationTrack | track | The AnimationTrack which will be put in recording mode. |
반환
타입 | 설명 |
---|---|
bool | True if track was put successfully in recording mode, False otherwise. |