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