🚀 Trigger Haptic Event

Trigger Haptic Event Node

The Trigger Haptic Event node initiates a haptic feedback sequence by broadcasting a signal to the EventBus. This node is designed to be the primary interface for triggering feedback across your application.

⚙️ Input Ports

PortTypeDescription
InputControlExecution flow trigger.
Event NameStringThe unique identifier for the haptic event to be broadcast.
TargetGameObjectThe specific target object for the event. If null, defaults to self.
ArgumentsDynamicOptional data payloads to be passed along with the haptic event.

📤 Output Ports

PortTypeDescription
OutputControlExecution flow after the event has been dispatched.

Note: Ensure your Event Name string matches exactly with the corresponding On Haptic Event listener to ensure successful message delivery.