Execute
(
identifier
, source
, manager
)
|
Executes the defined feedback action.
Signature
override void Oculus.Interaction.Feedback.DebugLogActionSO.Execute(int identifier, GameObject src, FeedbackManager manager) Parameters source: GameObject
The GameObject that was interacted with (the source of the event).
manager: FeedbackManager
The FeedbackManager instance, providing access to playback services like haptics.
Returns override void |