Enum XRHandRecordingStatus
The status of an XRHandRecordingBlob recording session.
Namespace: UnityEngine.XR.Hands.Capture.Recording
Assembly: Unity.XR.Hands.dll
Syntax
public enum XRHandRecordingStatus
Fields
| Name | Description |
|---|---|
| Ready | The recording is initialized and ready to start. |
| Recording | The recording has started. |
| Saved | The recording data has been successfully saved to disk. |
| StoppedAtTimeLimit | The recording stopped automatically because it reached the time limit specified in timeLimitInSeconds. |
| StoppedManually | The recording was stopped manually. |
| StoppedWithError | The recording stopped due to an error. Call TryGetErrorMessage(out string) to retrieve the error message. |
| Unknown | The status is unknown or the recording is not initialized. |