Click or drag to resize

SceneSoundPlay Method (SoundData, Vector3, Double, Double)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public SoundVirtualChannel SoundPlay(
	SoundData sound,
	Vector3 position,
	double priority = 0.5,
	double volume = 1
)

Parameters

sound
Type: NeoAxisSoundData
position
Type: NeoAxisVector3
priority (Optional)
Type: SystemDouble
volume (Optional)
Type: SystemDouble

Return Value

Type: SoundVirtualChannel
See Also