C# Class AssemblyCSharp.musicSelector

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: spooty89/Project-ROB

Méthodes publiques

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

Méthodes publiques

Méthode Description
Awake ( ) : void
OnTriggerEnter ( Collider hit ) : void
Update ( ) : void
fadeIn ( ) : void
fadeOut ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider hit ) : void
hit UnityEngine.Collider
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

fadeIn() public méthode

public fadeIn ( ) : void
Résultat void

fadeOut() public méthode

public fadeOut ( ) : void
Résultat void

Property Details

song public_oe property

public AudioClip,UnityEngine song
Résultat UnityEngine.AudioClip