C# Class ChangeMusic

Inheritance: MonoBehaviour
Mostra file Open project: bombguy/globalgamejam2016 Class Usage Examples

Public Properties

Property Type Description
level2Music UnityEngine.AudioClip

Public Methods

Method Description
Awake ( ) : void
OnLevelWasLoaded ( int level ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int level ) : void
level int
return void

Property Details

level2Music public_oe property

public AudioClip,UnityEngine level2Music
return UnityEngine.AudioClip