Class Song
A song that can be added to a Theme.
Inheritance
System.Object
Song
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class Song : object
Examples
See Theme for examples of playing Songs.
Constructors
Song(String)
Load a Song. This may not work properly if the ContentManager/SoundManager is not ready.
Declaration
public Song(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The ID (location) of the song to fetch |
Properties
id
The ID (location) of this Song.
Declaration
public string id { get; }
Property Value
Type | Description |
---|---|
System.String |