Click or drag to resize

MoverioDisplaySetScreenHorizontalShiftStep Method

Set the screen horizontal shift step for the Moverio.

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static bool SetScreenHorizontalShiftStep(
	int step
)

Parameters

step
Type: SystemInt32

[Missing <param name="step"/> documentation for "M:MoverioBasicFunctionUnityPlugin.MoverioDisplay.SetScreenHorizontalShiftStep(System.Int32)"]

Return Value

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