Class NetworkBehaviourInspector
Inheritance
NetworkBehaviourInspector
Inherited Members
Editor.MoveNextTarget()
Assembly: com.unity.multiplayer-hlapi.Editor.dll
Syntax
[CustomEditor(typeof(NetworkBehaviour), true)]
[CanEditMultipleObjects]
[Obsolete("The high level API classes are deprecated and will be removed in the future.")]
public class NetworkBehaviourInspector : Editor
Fields
m_NetworkChannelLabel
Declaration
protected GUIContent m_NetworkChannelLabel
Field Value
m_NetworkSendIntervalLabel
Declaration
protected GUIContent m_NetworkSendIntervalLabel
Field Value
m_SyncVarNames
Declaration
protected List<string> m_SyncVarNames
Field Value
Methods
OnInspectorGUI()
Implement this function to make a custom inspector.
Declaration
public override void OnInspectorGUI()
Overrides