Navigation Cube

NC_01: Set Navigation Cube Co-Ordinates And/Or Size

  • Version: 1.0.0
  • Interface: navigation_cube
  • Action: nc_01

Payload Definition

Type: NavigationCubeTransform
{
  "Version": "String",
  "AnchorPoint": "ENUM: AnchorPoint",
  "Position": {
    "Version": "String",
    "X": "Float",
    "Y": "Float"
  },
  "Size": {
    "Version": "String",
    "X": "Float",
    "Y": "Float"
  }
}

Example definition

Type: NavigationCubeTransform
{
  "Version": "1.0.0",
  "AnchorPoint": 0,
  "Position": {
    "Version": "1.0.0",
    "X": 0,
    "Y": 0
  },
  "Size": {
    "Version": "1.0.0",
    "X": 0,
    "Y": 0
  }
}

Response Codes

CodeDescription
S00000Action was received from Front End.
S00001Action from Front End has completed.
F00000Error executing the supplied function
F00001Function is not defined
F00002Input data is not valid for function
F00006Action did not execute within an allotted time
F00008Function is not found
F00011The payload supplied is invalid
F00014
F00021When two inputs are null, but at least one is required

NC_02: Set Navigation Cube Visibility

  • Version: 1.0.0
  • Interface: navigation_cube
  • Action: nc_02

Payload Definition

Type: InteractivityState
{
  "Version": "String",
  "Value": "Boolean"
}

Example definition

Type: InteractivityState
{
  "Version": "0.0.1",
  "Value": true
}

Response Codes

CodeDescription
S00000Action was received from Front End.
S00001Action from Front End has completed.
F00000Error executing the supplied function
F00001Function is not defined
F00006Action did not execute within an allotted time
F00008Function is not found
F00011The payload supplied is invalid

NC_03: Set Navigation Cube Rotation

  • Version: 1.0.0
  • Interface: navigation_cube
  • Action: nc_03

Payload Definition

Type: InteractivityState
{
  "Version": "String",
  "Value": "Boolean"
}

Example definition

Type: InteractivityState
{
  "Version": "0.0.1",
  "Value": true
}

Response Codes

CodeDescription
S00000Action was received from Front End.
S00001Action from Front End has completed.
F00000Error executing the supplied function
F00001Function is not defined
F00002Input data is not valid for function
F00006Action did not execute within an allotted time
F00008Function is not found

NC_04: Set Navigation Cube Interactivity

  • Version: 1.0.0
  • Interface: navigation_cube
  • Action: nc_04

Payload Definition

Type: InteractivityState
{
  "Version": "String",
  "Value": "Boolean"
}

Example definition

Type: InteractivityState
{
  "Version": "0.0.1",
  "Value": true
}

Response Codes

CodeDescription
S00000Action was received from Front End.
S00001Action from Front End has completed.
F00000Error executing the supplied function
F00001Function is not defined
F00002Input data is not valid for function
F00006Action did not execute within an allotted time
F00008Function is not found
Last Updated:
Contributors: Elliott Cooper