Last updated 11 months ago
BroAudio utilizes the Method Chaining design, just like the , you can chain one method with another method, adding behaviors and settings in just one line of code. For example:
BroAudio.Play(_sound).AsBGM().SetTransition(Transition.CrossFade).SetVolume(0.8f);
More Information in the Class/, and Interface/ section.