Click or drag to resize

SceneSoundPlay(SoundData, Vector3, Double, Double) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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