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