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 MoverioBasicFunctionUnityPlugin;

    using MoverioBasicFunctionUnityPlugin;
  5. Call a function

    MoverioUI.GetKeyAssignのように使用したいAPIを記載します

    Refer to the following script for the description method of each function

    Lebel

    Script

    KeyAssign

    GetKeyAssignController.cs
    SetKeyAssignController.cs

    KeyEnable

    GetKeyEnableController.cs
    SetKeyEnableController.cs

    Reset

    ResetToDefaultController.cs

    Reconnect

    UIReconnectController.cs

  6. Attach script to GameObject

Refer to API Reference for API specifications.