Click or drag to resize

MoverioDisplaySetDisplayMode Method

Set 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 bool SetDisplayMode(
	DisplayMode mode
)

Parameters

mode
Type: MoverioBasicFunctionUnityPlugin.TypeDisplayMode
2D/3D display mode

Return Value

Type: Boolean
Returns true when setting the 2D/3D display mode is successful and false when it fails.
See Also