C# Class UnityEditor.NetworkManagerEditor

Inheritance: Editor
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
GetSceneObject ( string sceneObjectName ) : SceneAsset
Init ( ) : void

Private Methods

Méthode 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 méthode

protected GetSceneObject ( string sceneObjectName ) : SceneAsset
sceneObjectName string
Résultat SceneAsset

Init() protected méthode

protected Init ( ) : void
Résultat void

Property Details

m_DontDestroyOnLoadLabel protected_oe property

protected GUIContent,UnityEngine m_DontDestroyOnLoadLabel
Résultat UnityEngine.GUIContent

m_DontDestroyOnLoadProperty protected_oe property

protected SerializedProperty,UnityEditor m_DontDestroyOnLoadProperty
Résultat UnityEditor.SerializedProperty

m_Initialized protected_oe property

protected bool m_Initialized
Résultat bool

m_LogLevelProperty protected_oe property

protected SerializedProperty,UnityEditor m_LogLevelProperty
Résultat UnityEditor.SerializedProperty

m_NetworkManager protected_oe property

protected NetworkManager,UnityEngine.Networking m_NetworkManager
Résultat UnityEngine.Networking.NetworkManager

m_RunInBackgroundLabel protected_oe property

protected GUIContent,UnityEngine m_RunInBackgroundLabel
Résultat UnityEngine.GUIContent

m_RunInBackgroundProperty protected_oe property

protected SerializedProperty,UnityEditor m_RunInBackgroundProperty
Résultat UnityEditor.SerializedProperty

m_ScriptCRCCheckLabel protected_oe property

protected GUIContent,UnityEngine m_ScriptCRCCheckLabel
Résultat UnityEngine.GUIContent

m_ScriptCRCCheckProperty protected_oe property

protected SerializedProperty,UnityEditor m_ScriptCRCCheckProperty
Résultat UnityEditor.SerializedProperty