C# Class music_control, Moonlight_Bartender

Inheritance: MonoBehaviour
Exibir arquivo Open project: michaeljaeoh/Moonlight_Bartender

Public Properties

Property Type Description
musicBackgroundSource UnityEngine.AudioSource

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

musicBackgroundSource public_oe property

public AudioSource,UnityEngine musicBackgroundSource
return UnityEngine.AudioSource