Enum ArRecordingStatus
Describe the possible recording statuses.
Namespace: UnityEngine.XR.ARCore
Syntax
public enum ArRecordingStatus
Fields
Name | Description | Value |
---|---|---|
None | The dataset recorder is not recording. |
0 |
Ok | The dataset recorder is recording normally. |
1 |
IOError | The dataset recorder encountered an error while recording. |
2 |