C# Class UnityEditor.NetworkBehaviourInspector

Inheritance: Editor
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Protected Properties

Свойство Type Description
m_NetworkChannelLabel UnityEngine.GUIContent
m_NetworkSendIntervalLabel UnityEngine.GUIContent
m_SyncVarNames List

Méthodes publiques

Méthode Description
OnInspectorGUI ( ) : void

Private Methods

Méthode Description
Init ( MonoScript script ) : void

Method Details

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

Property Details

m_NetworkChannelLabel protected_oe property

protected GUIContent,UnityEngine m_NetworkChannelLabel
Résultat UnityEngine.GUIContent

m_NetworkSendIntervalLabel protected_oe property

protected GUIContent,UnityEngine m_NetworkSendIntervalLabel
Résultat UnityEngine.GUIContent

m_SyncVarNames protected_oe property

protected List m_SyncVarNames
Résultat List