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