SceneSoundPlay(Sound, Vector3, Double, Double, Boolean) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic SoundVirtualChannel SoundPlay(
Sound sound,
Vector3 position,
double priority = 0.5,
double volume = 1,
bool loop = false
)
Parameters
- sound Sound
-
- position Vector3
-
- priority Double (Optional)
-
- volume Double (Optional)
-
- loop Boolean (Optional)
-
Return Value
SoundVirtualChannel
See Also