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

DebugLogActionSO Class

Methods

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