Execute
(
identifier
, source
, manager
)
|
Executes the haptic feedback action by telling the FeedbackManager to play the defined pattern.
Signature
override void Oculus.Interaction.Feedback.HapticActionSO.Execute(int identifier, GameObject source, FeedbackManager manager) Parameters source: GameObject
The GameObject that was interacted with (ignored by this specific action).
Returns override void |