IMHOTEP Framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | Public Attributes | List of all members
Valve.VR.InteractionSystem.PlaySound Class Reference
Inheritance diagram for Valve.VR.InteractionSystem.PlaySound:
Inheritance graph
[legend]
Collaboration diagram for Valve.VR.InteractionSystem.PlaySound:
Collaboration graph
[legend]

Public Member Functions

void Play ()
 
void PlayWithDelay (float delayTime)
 
AudioClip PlayOneShotSound ()
 
AudioClip PlayLooping ()
 
void Disable ()
 
void Stop ()
 

Public Attributes

AudioClip[] waveFile
 
bool stopOnPlay
 
bool disableOnEnd
 
bool looping
 
bool stopOnEnd
 
bool playOnAwakeWithDelay
 
bool useRandomVolume = true
 
float volMin = 1.0f
 
float volMax = 1.0f
 
bool useRandomPitch = true
 
float pitchMin = 1.0f
 
float pitchMax = 1.0f
 
bool useRetriggerTime = false
 
float timeInitial = 0.0f
 
float timeMin = 0.0f
 
float timeMax = 0.0f
 
bool useRandomSilence = false
 
float percentToNotPlay = 0.0f
 
float delayOffsetTime = 0.0f
 

Detailed Description

Definition at line 14 of file PlaySound.cs.


The documentation for this class was generated from the following file: