C# Class PlaySoundClip, TapBand

Inheritance: MonoBehaviour
Mostra file Open project: minimalgeek/TapBand

Public Properties

Property Type Description
clip UnityEngine.AudioClip
isLoop bool
stopEvent bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
PlaySound ( AudioClip clip, bool isLoop ) : void
StopSound ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

clip public_oe property

public AudioClip,UnityEngine clip
return UnityEngine.AudioClip

isLoop public_oe property

public bool isLoop
return bool

stopEvent public_oe property

public bool stopEvent
return bool