Enum NativeWrapperState
- Namespace
- Uralstech.UXR.QuestCamera
The current assumed state of a native wrapper.
public enum NativeWrapperState
Fields
Closed = 2
The native wrapper failed with an error, was disconnected or was closed normally.
Initializing = 0
The native wrapper is still initializing.
Opened = 1
The native wrapper is open and ready.