InteractableInspector.OnInspectorGUI Method

Definition

public:
 override void OnInspectorGUI();
public override sealed void OnInspectorGUI ();
override this.OnInspectorGUI : unit -> unit
Public Overrides NotOverridable Sub OnInspectorGUI ()

Remarks

There is a check in here that verifies whether or not we can get InputActions, if we can't we show an error help box; otherwise we get them. This method is sealed, if you wish to override OnInspectorGUI(), then override RenderCustomInspector() method instead.

Applies to