Audio.Set3DDistances Method

Eazy Sound Manager API

AudioSet3DDistances Method

Sets the Audio 3D distances

Namespace:  Hellmade.Sound
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Set3DDistances(
	float min,
	float max
)

Parameters

min
Type: SystemSingle
the min distance
max
Type: SystemSingle
the max distance
See Also