This section describes how to control UI with Unity application.
Create a Unity project and import the package.
Refer to >Create a Unity project for how to create.
Drag and drop MoverioUI into the hierarchy window.
Create a script.
Add using.
Open the script created in 3 and describe as using MoverioControllerFunctionUnityPlugin;.
Call a function.
Describe the API you want to use like MoverioUI.GetKeyAssign.
Refer to the following script for the description method of each function.
Lebel |
Script |
---|---|
UIMode |
GetUIModeController.cs |
KeyAssign |
GetKeyAssignController.cs |
KeyEnable |
GetKeyEnableController.cs |
ControllerLedMode |
GetControllerLedModeController.cs |
KeyLock |
GetKeyLockController.cs |
Reset |
ResetToDefaultController.cs |
Reconnect |
UIReconnectController.cs |
Attach script to GameObject