This method adds a new scene sound to the list.

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

Syntax

C#
public void AddSceneSound(
	Sound3D s
)
Visual Basic (Declaration)
Public Sub AddSceneSound ( _
	s As Sound3D _
)
Visual C++
public:
void AddSceneSound(
	Sound3D^ s
)

Parameters

s
Type: GLSV..::.Sound3D
Sound3D object

See Also