C# Class ChangeMusic

Inheritance: MonoBehaviour
Afficher le fichier Open project: bombguy/globalgamejam2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
level2Music UnityEngine.AudioClip

Méthodes publiques

Méthode Description
Awake ( ) : void
OnLevelWasLoaded ( int level ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnLevelWasLoaded() public méthode

public OnLevelWasLoaded ( int level ) : void
level int
Résultat void

Property Details

level2Music public_oe property

public AudioClip,UnityEngine level2Music
Résultat UnityEngine.AudioClip