MoverioDisplayGetDisplayMode Method |
Get the 2D/3D display mode for the display.
Namespace:
MoverioBasicFunctionUnityPlugin
Assembly:
MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public static DisplayMode GetDisplayMode()
Return Value
Type:
DisplayModeReturns DISPLAY_MODE_2D or DISPLAY_MODE_3D when getting the 2D/3D display mode is successful.
Exceptions Exception | Condition |
---|
IOException | Thrown when getting the 2D/3D display mode is failed. |
See Also