Class InspectableAction<T>

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.

Type Parameters

  • T extends object

Constructors

Properties

Methods

Constructors

Properties

Determines the attributes of the inspectable action.

Methods

  • Invokes the inspectable method.

    Returns void