Class NetworkManagerHUDEditor
Inheritance
NetworkManagerHUDEditor
Inherited Members
Editor.MoveNextTarget()
Assembly: com.unity.multiplayer-hlapi.Editor.dll
Syntax
[CustomEditor(typeof(NetworkManagerHUD), true)]
[CanEditMultipleObjects]
[Obsolete("The high level API classes are deprecated and will be removed in the future.")]
public class NetworkManagerHUDEditor : Editor
Fields
m_OffsetXLabel
Declaration
protected GUIContent m_OffsetXLabel
Field Value
m_OffsetYLabel
Declaration
protected GUIContent m_OffsetYLabel
Field Value
m_ShowClientLabel
Declaration
protected GUIContent m_ShowClientLabel
Field Value
m_ShowClientObjectsLabel
Declaration
protected GUIContent m_ShowClientObjectsLabel
Field Value
m_ShowControlsLabel
Declaration
protected GUIContent m_ShowControlsLabel
Field Value
m_ShowMatchMakerLabel
Declaration
protected GUIContent m_ShowMatchMakerLabel
Field Value
m_ShowNetworkLabel
Declaration
protected GUIContent m_ShowNetworkLabel
Field Value
m_ShowRuntimeGuiLabel
Declaration
protected GUIContent m_ShowRuntimeGuiLabel
Field Value
m_ShowServerConnectionsLabel
Declaration
protected GUIContent m_ShowServerConnectionsLabel
Field Value
m_ShowServerLabel
Declaration
protected GUIContent m_ShowServerLabel
Field Value
m_ShowServerObjectsLabel
Declaration
protected GUIContent m_ShowServerObjectsLabel
Field Value
Methods
OnInspectorGUI()
Implement this function to make a custom inspector.
Declaration
public override void OnInspectorGUI()
Overrides