Click or drag to resize
BackgroundMusic Constructor
Create the Background Music component.

Namespace:  GeonBit.ECS.Components.Sound
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BackgroundMusic(
	string song
)

Parameters

song
Type: SystemString
Path of the music asset to play.
See Also