OVRHapticsChannel ( uint outputIndex ) Constructs a channel targeting the specified output. | |
void | Preempt ( OVRHapticsClip clip ) Cancels any currently-playing clips and immediatly plays the specified clip instead. |
void | Queue ( OVRHapticsClip clip ) Enqueues the specified clip to play after any currently-playing clips finish. |
void | Mix ( OVRHapticsClip clip ) Adds the specified clip to play simultaneously to the currently-playing clip(s). |
void | Clear ( ) Cancels any currently-playing clips. |
OVRHaptics.OVRHapticsChannel.OVRHapticsChannel ( uint outputIndex ) |
---|
Constructs a channel targeting the specified output. |
void OVRHaptics.OVRHapticsChannel.Preempt ( OVRHapticsClip clip ) |
---|
Cancels any currently-playing clips and immediatly plays the specified clip instead. |
void OVRHaptics.OVRHapticsChannel.Queue ( OVRHapticsClip clip ) |
---|
Enqueues the specified clip to play after any currently-playing clips finish. |
void OVRHaptics.OVRHapticsChannel.Mix ( OVRHapticsClip clip ) |
---|
Adds the specified clip to play simultaneously to the currently-playing clip(s). |
void OVRHaptics.OVRHapticsChannel.Clear ( ) |
---|
Cancels any currently-playing clips. |