C# Class UnityEditor.Networking.NetworkManagerPreview

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

Protected Properties

Property Type Description
m_ShowClientMessagesLabel UnityEngine.GUIContent
m_ShowServerMessagesLabel UnityEngine.GUIContent

Public Methods

Method Description
GetPreviewTitle ( ) : GUIContent
HasPreviewGUI ( ) : bool
Initialize ( UnityEngine targets ) : void
OnPreviewGUI ( Rect r, GUIStyle background ) : void

Private Methods

Method Description
FormatHandler ( NetworkMessageDelegate>.KeyValuePair handler ) : string
GetNetworkInformation ( NetworkManager man ) : void
ShowClientMessageHandlers ( Rect r, int posY ) : int
ShowServerMessageHandlers ( Rect r, int posY ) : int

Method Details

GetPreviewTitle() public method

public GetPreviewTitle ( ) : GUIContent
return UnityEngine.GUIContent

HasPreviewGUI() public method

public HasPreviewGUI ( ) : bool
return bool

Initialize() public method

public Initialize ( UnityEngine targets ) : void
targets UnityEngine
return void

OnPreviewGUI() public method

public OnPreviewGUI ( Rect r, GUIStyle background ) : void
r UnityEngine.Rect
background UnityEngine.GUIStyle
return void

Property Details

m_ShowClientMessagesLabel protected_oe property

protected GUIContent,UnityEngine m_ShowClientMessagesLabel
return UnityEngine.GUIContent

m_ShowServerMessagesLabel protected_oe property

protected GUIContent,UnityEngine m_ShowServerMessagesLabel
return UnityEngine.GUIContent