Constructor of music

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public Sound3D(
	string path
)
Visual Basic (Declaration)
Public Sub New ( _
	path As String _
)
Visual C++
public:
Sound3D(
	String^ path
)

Parameters

path
Type: System..::.String
Path of the sound

See Also