Click or drag to resize
BackgroundMusic Properties

The BackgroundMusic type exposes the following members.

Properties
  NameDescription
Public property_GameObject
Get the game object this component is attached to.
(Inherited from BaseComponent.)
Public propertyEnabled
Is this component currently enabled.
(Inherited from BaseComponent.)
Public propertyIsActiveMusic
Return if this background music component is the currently active background music.
Public propertyIsPlaying
Return if this background music object is the music currently playing and not paused.
Public propertyIsRepeating
If true will play this music in a loop.
Public propertyMusicAssetPath
The background music asset path.
Public propertyName
Get / set the name of this component.
(Inherited from IComponent.)
Public propertyVolume
Background music volume.
Top
See Also