Class NetworkBehaviourEditor
Inherited Members
Editor.MoveNextTarget()
Namespace: UnityEditor
Assembly: Unity.Multiplayer.MLAPI.Editor.dll
Syntax
[CustomEditor(typeof(NetworkBehaviour), true)]
[CanEditMultipleObjects]
public class NetworkBehaviourEditor : Editor
Methods
OnInspectorGUI()
Implement this function to make a custom inspector.
Declaration
public override void OnInspectorGUI()