Click or drag to resize

UIContainerPlaySound(Sound, Boolean, Boolean) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual SoundVirtualChannel PlaySound(
	Sound sound,
	bool loop = false,
	bool stream = false
)

Parameters

sound  Sound
 
loop  Boolean  (Optional)
 
stream  Boolean  (Optional)
 

Return Value

SoundVirtualChannel
See Also