C# Class UnityEditor.NetworkManagerHUDEditor

Inheritance: Editor
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Property Type Description
m_OffsetXLabel UnityEngine.GUIContent
m_OffsetYLabel UnityEngine.GUIContent
m_ShowClientLabel UnityEngine.GUIContent
m_ShowClientObjectsLabel UnityEngine.GUIContent
m_ShowControlsLabel UnityEngine.GUIContent
m_ShowMatchMakerLabel UnityEngine.GUIContent
m_ShowNetworkLabel UnityEngine.GUIContent
m_ShowRuntimeGuiLabel UnityEngine.GUIContent
m_ShowServerConnectionsLabel UnityEngine.GUIContent
m_ShowServerLabel UnityEngine.GUIContent
m_ShowServerObjectsLabel UnityEngine.GUIContent

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method Description
GetButtonRect ( ) : Rect
GetSceneObject ( string sceneObjectName ) : Object
Init ( ) : void
ShowClientInfo ( ) : void
ShowClientObjects ( ) : void
ShowControls ( ) : void
ShowMatchMakerInfo ( ) : void
ShowServerConnections ( ) : void
ShowServerInfo ( ) : void
ShowServerObjects ( ) : void

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

Property Details

m_OffsetXLabel protected_oe property

protected GUIContent,UnityEngine m_OffsetXLabel
return UnityEngine.GUIContent

m_OffsetYLabel protected_oe property

protected GUIContent,UnityEngine m_OffsetYLabel
return UnityEngine.GUIContent

m_ShowClientLabel protected_oe property

protected GUIContent,UnityEngine m_ShowClientLabel
return UnityEngine.GUIContent

m_ShowClientObjectsLabel protected_oe property

protected GUIContent,UnityEngine m_ShowClientObjectsLabel
return UnityEngine.GUIContent

m_ShowControlsLabel protected_oe property

protected GUIContent,UnityEngine m_ShowControlsLabel
return UnityEngine.GUIContent

m_ShowMatchMakerLabel protected_oe property

protected GUIContent,UnityEngine m_ShowMatchMakerLabel
return UnityEngine.GUIContent

m_ShowNetworkLabel protected_oe property

protected GUIContent,UnityEngine m_ShowNetworkLabel
return UnityEngine.GUIContent

m_ShowRuntimeGuiLabel protected_oe property

protected GUIContent,UnityEngine m_ShowRuntimeGuiLabel
return UnityEngine.GUIContent

m_ShowServerConnectionsLabel protected_oe property

protected GUIContent,UnityEngine m_ShowServerConnectionsLabel
return UnityEngine.GUIContent

m_ShowServerLabel protected_oe property

protected GUIContent,UnityEngine m_ShowServerLabel
return UnityEngine.GUIContent

m_ShowServerObjectsLabel protected_oe property

protected GUIContent,UnityEngine m_ShowServerObjectsLabel
return UnityEngine.GUIContent