UIContainerPlaySound(String, Boolean, Boolean) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual SoundVirtualChannel PlaySound(
string name,
bool loop = false,
bool stream = false
)
Parameters
- name String
-
- loop Boolean (Optional)
-
- stream Boolean (Optional)
-
Return Value
SoundVirtualChannel
See Also