OVRHapticsOutput ( uint controller ) | |
void | Process ( ) The system calls this each frame to update haptics playback. |
void | Preempt ( OVRHapticsClip clip ) Immediately plays the specified clip without waiting for any currently-playing clip to finish. |
void | Queue ( OVRHapticsClip clip ) Enqueues the specified clip to play after any currently-playing clip finishes. |
void | Mix ( OVRHapticsClip clip ) Adds the samples from the specified clip to the ones in the currently-playing clip(s). |
void | Clear ( ) |
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.
|