C# Class UnityEditor.NetworkManagerEditor

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

Protected Properties

Property Type Description
m_DontDestroyOnLoadLabel UnityEngine.GUIContent
m_DontDestroyOnLoadProperty UnityEditor.SerializedProperty
m_Initialized bool
m_LogLevelProperty UnityEditor.SerializedProperty
m_NetworkManager UnityEngine.Networking.NetworkManager
m_RunInBackgroundLabel UnityEngine.GUIContent
m_RunInBackgroundProperty UnityEditor.SerializedProperty
m_ScriptCRCCheckLabel UnityEngine.GUIContent
m_ScriptCRCCheckProperty UnityEditor.SerializedProperty

Protected Methods

Method Description
GetSceneObject ( string sceneObjectName ) : SceneAsset
Init ( ) : void

Private Methods

Method Description
AddButton ( Rect rect, ReorderableList list ) : void
Changed ( ReorderableList list ) : void
ChannelAddButton ( Rect rect, ReorderableList list ) : void
ChannelChanged ( ReorderableList list ) : void
ChannelDrawChild ( Rect r, int index, bool isActive, bool isFocused ) : void
ChannelDrawHeader ( Rect headerRect ) : void
ChannelRemoveButton ( ReorderableList list ) : void
DrawChild ( Rect r, int index, bool isActive, bool isFocused ) : void
DrawHeader ( Rect headerRect ) : void

Method Details

GetSceneObject() protected method

protected GetSceneObject ( string sceneObjectName ) : SceneAsset
sceneObjectName string
return SceneAsset

Init() protected method

protected Init ( ) : void
return void

Property Details

m_DontDestroyOnLoadLabel protected_oe property

protected GUIContent,UnityEngine m_DontDestroyOnLoadLabel
return UnityEngine.GUIContent

m_DontDestroyOnLoadProperty protected_oe property

protected SerializedProperty,UnityEditor m_DontDestroyOnLoadProperty
return UnityEditor.SerializedProperty

m_Initialized protected_oe property

protected bool m_Initialized
return bool

m_LogLevelProperty protected_oe property

protected SerializedProperty,UnityEditor m_LogLevelProperty
return UnityEditor.SerializedProperty

m_NetworkManager protected_oe property

protected NetworkManager,UnityEngine.Networking m_NetworkManager
return UnityEngine.Networking.NetworkManager

m_RunInBackgroundLabel protected_oe property

protected GUIContent,UnityEngine m_RunInBackgroundLabel
return UnityEngine.GUIContent

m_RunInBackgroundProperty protected_oe property

protected SerializedProperty,UnityEditor m_RunInBackgroundProperty
return UnityEditor.SerializedProperty

m_ScriptCRCCheckLabel protected_oe property

protected GUIContent,UnityEngine m_ScriptCRCCheckLabel
return UnityEngine.GUIContent

m_ScriptCRCCheckProperty protected_oe property

protected SerializedProperty,UnityEditor m_ScriptCRCCheckProperty
return UnityEditor.SerializedProperty