Class NetworkIdentityEditor
Inherited Members
Editor.MoveNextTarget()
Namespace: UnityEditor
Assembly: com.unity.multiplayer-hlapi.Editor.dll
Syntax
[CustomEditor(typeof(NetworkIdentity), true)]
[CanEditMultipleObjects]
[Obsolete("The high level API classes are deprecated and will be removed in the future.")]
public class NetworkIdentityEditor : Editor
Methods
OnInspectorGUI()
Implement this function to make a custom inspector.
Declaration
public override void OnInspectorGUI()