Class GhostCollectionAuthoringComponentEditor
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.NetCode.Editor
Syntax
[CustomEditor(typeof(GhostCollectionAuthoringComponent))]
public class GhostCollectionAuthoringComponentEditor : Editor, IPreviewable, IToolModeOwner
Methods
AddAllNewGhosts(GhostCollectionAuthoringComponent)
Declaration
public static void AddAllNewGhosts(GhostCollectionAuthoringComponent collectionTarget)
Parameters
Type | Name | Description |
---|---|---|
GhostCollectionAuthoringComponent | collectionTarget |
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()