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