Constructor of sounds
Namespace:
GLSV
Assembly:
GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
C# |
---|
public Sound3D(
string path,
XYZ position
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
path As String, _
position As XYZ _
) |
Visual C++ |
---|
public:
Sound3D(
String^ path,
XYZ^ position
) |
See Also