Click or drag to resize

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
C#
public static DisplayMode GetDisplayMode()

Return Value

Type: DisplayMode
Returns DISPLAY_MODE_2D or DISPLAY_MODE_3D when getting the 2D/3D display mode is successful.
Exceptions
ExceptionCondition
IOExceptionThrown when getting the 2D/3D display mode is failed.
See Also