C# Class HFTSoundPlayer

Inheritance: MonoBehaviour
Show file Open project: greggman/hft-unity-gamepad Class Usage Examples

Public Methods

Method Description
PlaySound ( string name, bool loop = false ) : void

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void

Method Details

PlaySound() public method

public PlaySound ( string name, bool loop = false ) : void
name string
loop bool
return void