Class MARSEntityEditor
Custom editor for all MARSEntity components
Namespace: Unity.MARS
Syntax
public class MARSEntityEditor : Editor
Fields
monoBehaviourComponent
Declaration
public MonoBehaviourComponentList monoBehaviourComponent
Field Value
| Type | Description |
|---|---|
| MonoBehaviourComponentList |
Methods
EditorOnSceneGUI(SceneView)
Declaration
public void EditorOnSceneGUI(SceneView sceneView)
Parameters
| Type | Name | Description |
|---|---|---|
| SceneView | sceneView |
Invalidate()
Invalidates the visuals for the entity and re-syncs the values in the editor.
Declaration
public void Invalidate()
OnEnable()
Declaration
public void OnEnable()
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()