Create remote panel (types)

Create a panel type that will be used on client.

  1. Create a folder for remote panels:
    1. In Project view, right-click the UI folder and select New > Folder.
    2. Hover-over the folder, select Edit, and enter RemotePanels.
  2. Create the main panel:
    1. In Project view, right-click RemotePanels and select New > New > Containers > Panel.
    2. Hover-over the panel, select Edit, and enter MainPanel.
  3. Create a panel that displays the Speed variable:
    1. In Project view, right-click RemotePanels and select New > New > Containers > Panel.
    2. Hover-over the panel, select Edit, and enter SpeedPanel.
  4. Create a panel that displays the Acceleration variable:
    1. In Project view, right-click RemotePanels and select New > New > Containers > Panel.
    2. Hover-over the panel, select Edit, and enter AccelerationPanel.