Click or drag to resize

MoverioDisplaySetDisplayState Method

Set the display state for the display.

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static bool SetDisplayState(
	DisplayState mode
)

Parameters

mode
Type: MoverioBasicFunctionUnityPlugin.TypeDisplayState
display state

Return Value

Type: Boolean
Returns true when setting the display state is successful and false when it fails.
See Also