This section describes how to control display with the Unity app.
Create a Unity project and import the package
Refer to Create a Unity project for how to create
Drag and drop MoverioDisplay into the hierarchy window
Create a script
Add using
Open the script created in 3 and describe as using MoverioBasicFunctionUnityPlugin;
using MoverioBasicFunctionUnityPlugin;
Call a function
Describe the API you want to use like MoverioDisplay.GetBrightness
Refer to the following script for the description method of each function
label |
script |
---|---|
Brightness |
GetBrighnessController.cs |
Brightness Mode |
GetBrighnessModeController.cs |
Display Mode |
GetDisplayModeController.cs |
Display State |
GetDisplayStateController.cs |
Screen Horizontal Shift Step |
GetScreenHorizontalShiftStepController.cs |
Screen Horizontal Shift Step Max |
GetScreenHorizontalShiftStepMaxController.cs |
Screen Horizontal Shift Step Min |
GetScreenHorizontalShiftStepMinController.cs |
Attach script to GameObject
Please refer to API Reference for API specifications.