Enum ResourceState
- Namespace
- Uralstech.UXR.QuestCamera
State of a Camera2 resource.
public enum ResourceState
- Extension Methods
Fields
Initializing = 0Resource is initializing.
Invalid = 2Resource failed with an error, was disconnected or is being/was closed normally.
Valid = 1Resource is open and ready.