InteractableInspector.OnInspectorGUI Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.