PlayerConnectionGUILayout
This class contains methods to draw and automatically layout IMGUI Editor UI that relates to the Player Connection.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Networking.PlayerConnection
- Assembly: UnityEditor.CoreModule
public static class PlayerConnectionGUILayout
Remarks
Use the methods in this class to automatically lay out UI elements. For manual positioning, use the corresponding methods in PlayerConnectionGUI.
Static Methods
Method | Description |
|---|---|
| ConnectionTargetSelectionDropdown | Display a drop-down button and menu for the user to choose and establish a connection to a Player. |