Execute
(
identifier
, source
, manager
)
|
Executes the defined feedback action.
Signature
abstract void Oculus.Interaction.Feedback.FeedbackActionSO.Execute(int identifier, GameObject source, 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 abstract void |