Property | Type | Description | |
---|---|---|---|
soundEffectDefinitions | SoundEffectDefinition[] |
Method | Description | |
---|---|---|
Play ( |
Play the given audio clip.
|
|
Play ( SoundEffectType soundEffectType ) : void |
Play the requested sound effect.
|
Method | Description | |
---|---|---|
Awake ( ) : void |
Initialize script state.
|
public Play ( |
||
audioClip | Audio clip to play. | |
return | void |
public Play ( SoundEffectType soundEffectType ) : void | ||
soundEffectType | SoundEffectType | Sound effect to play. |
return | void |