Copies all the properties of sound except engine from a objetc sound

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

Syntax

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

Parameters

s
Type: GLSV..::.Sound3D
Object sound.

See Also