Click or drag to resize

MoverioDisplay Class

This class controls the display installed in the Moverio.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          MoverioBasicFunctionUnityPluginMoverioDisplay

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public class MoverioDisplay : MonoBehaviour

The MoverioDisplay type exposes the following members.

Constructors
  NameDescription
Public methodMoverioDisplay
Initializes a new instance of the MoverioDisplay class
Top
Methods
  NameDescription
Public methodStatic memberGetBrightness
Acquire the display brightness for the Moverio.
Public methodStatic memberGetBrightnessMode
Get the brightness adjustment mode for the display.
Public methodStatic memberGetDisplayMode
Get the 2D/3D display mode for the display.
Public methodStatic memberGetDisplayState
Get the display state for the display.
Public methodStatic memberGetScreenHorizontalShiftStep
Acquire the screen horizontal shift step for the Moverio.
Public methodStatic memberGetScreenHorizontalShiftStepMax
Gets the maximum screen horizontal shift step value.
Public methodStatic memberGetScreenHorizontalShiftStepMin
Gets the minimum screen horizontal shift step value.
Public methodStatic memberIsActive
Get whether MoverioDisplay is active.
Public methodStatic memberReconnect
Reconnect to moverio.
Public methodStatic memberSetBrightness
Set the display brightness for the Moverio.
Public methodStatic memberSetBrightnessMode
Set the brightness adjustment mode for the display.
Public methodStatic memberSetDisplayMode
Set the 2D/3D display mode for the display.
Public methodStatic memberSetDisplayState
Set the display state for the display.
Public methodStatic memberSetScreenHorizontalShiftStep
Set the screen horizontal shift step for the Moverio.
Top
See Also