UI control tutorial

This section describes how to control UI with Unity application.

  1. Create a Unity project and import the package.

    Refer to >Create a Unity project for how to create.

  2. Drag and drop MoverioUI into the hierarchy window.

  3. Create a script.

  4. Add using.

    Open the script created in 3 and describe as using MoverioControllerFunctionUnityPlugin;.

  5. 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
    SetUIModeController.cs

    KeyAssign

    GetKeyAssignController.cs
    SetKeyAssignController.cs

    KeyEnable

    GetKeyEnableController.cs
    SetKeyEnableController.cs

    ControllerLedMode

    GetControllerLedModeController.cs
    SetControllerLedModeController.cs

    KeyLock

    GetKeyLockController.cs
    SetKeyLockController.cs

    Reset

    ResetToDefaultController.cs

    Reconnect

    UIReconnectController.cs

  6. Attach script to GameObject