The InspectableAction implements a callable InspectableMethod. This allows inspectors to add buttons on the UI. When the user clicks the button the action callback will be invoked.
Optional
Readonly
Determines the attributes of the inspectable action.
Invokes the inspectable method.
Static
Creates a new inspectable action from an InspectableMethod.
InspectableMethod
The method to create a new action from.
The newly created action.
The InspectableAction implements a callable InspectableMethod. This allows inspectors to add buttons on the UI. When the user clicks the button the action callback will be invoked.