| BackgroundMusic Properties |
The BackgroundMusic type exposes the following members.
| Name | Description | |
|---|---|---|
| _GameObject |
Get the game object this component is attached to.
(Inherited from BaseComponent.) | |
| Enabled |
Is this component currently enabled.
(Inherited from BaseComponent.) | |
| IsActiveMusic |
Return if this background music component is the currently active background music.
| |
| IsPlaying |
Return if this background music object is the music currently playing and not paused.
| |
| IsRepeating |
If true will play this music in a loop.
| |
| MusicAssetPath |
The background music asset path.
| |
| Name |
Get / set the name of this component.
(Inherited from IComponent.) | |
| Volume |
Background music volume.
|