Мозг взорвался. А вот это нам помочь не может?
Код:
public native void PlaySoundScriptEvent(string soundTrigger)
Parameters
soundTrigger = Name of the sound event to start playing, this equates to the trigger tag of the sound script subcontainer in config.txt.
Returned Value
None
Syntax
PlaySoundScriptEvent("dayloop");
Notes
Plays the specified sound event from the asset's SoundScript.
SoundScripts are defined as sub-containers in the soundscript container of the asset's configuration.
For details on creating assets with SoundScripts, see the Content Creators Guide.
This method will start playing the sound.
Depending on the SoundScript configuration, the sound will either be played just once or played continuously in a looping cycle such that StopSoundScriptEvent() will need to be called to stop it.