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