API reference
API reference
Select your platform
No SDKs available
No versions available

FeedbackActionSO Class

Extends ScriptableObject
Abstract base class for ScriptableObjects that define a feedback action to be executed in response to an interaction event.

Methods

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