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

OVRHapticsOutput Class

Overview

Public Member Functions

OVRHapticsOutput
( uint controller )
void
Process ( )
The system calls this each frame to update haptics playback.
void
Immediately plays the specified clip without waiting for any currently-playing clip to finish.
void
Enqueues the specified clip to play after any currently-playing clip finishes.
void
Adds the samples from the specified clip to the ones in the currently-playing clip(s).
void
Clear ( )

Details

Member Functions

OVRHaptics.OVRHapticsOutput.OVRHapticsOutput
( uint controller )
No description available.
void OVRHaptics.OVRHapticsOutput.Process ( )
The system calls this each frame to update haptics playback.
void OVRHaptics.OVRHapticsOutput.Preempt
( OVRHapticsClip clip )
Immediately plays the specified clip without waiting for any currently-playing clip to finish.
void OVRHaptics.OVRHapticsOutput.Queue
( OVRHapticsClip clip )
Enqueues the specified clip to play after any currently-playing clip finishes.
void OVRHaptics.OVRHapticsOutput.Mix
( OVRHapticsClip clip )
Adds the samples from the specified clip to the ones in the currently-playing clip(s).
void OVRHaptics.OVRHapticsOutput.Clear ( )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon