C# Class PlaySoundClip, TapBand

Inheritance: MonoBehaviour
Afficher le fichier Open project: minimalgeek/TapBand

Méthodes publiques

Свойство Type Description
clip UnityEngine.AudioClip
isLoop bool
stopEvent bool

Méthodes publiques

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

Private Methods

Méthode Description
PlaySound ( AudioClip clip, bool isLoop ) : void
StopSound ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

clip public_oe property

public AudioClip,UnityEngine clip
Résultat UnityEngine.AudioClip

isLoop public_oe property

public bool isLoop
Résultat bool

stopEvent public_oe property

public bool stopEvent
Résultat bool