Click or drag to resize

SceneSoundPlay2D Method (SoundData, Double, Double)

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

Parameters

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

Return Value

Type: SoundVirtualChannel
See Also