Called when the associated State Machine Listener is triggered.
This method includes a PointerEvent parameter containing details about the triggering interaction.
Copy
Ask AI
function perform(self: MyListenerAction, pointerEvent: PointerEvent) print(pointerEvent.id)end