C# Class SoundTrigger, nyu_studio_fall2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: radiatoryang/nyu_studio_fall2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
mySound UnityEngine.AudioSource

Méthodes publiques

Méthode Description
OnTriggerEnter ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

mySound public_oe property

public AudioSource,UnityEngine mySound
Résultat UnityEngine.AudioSource