C# Class HFTSoundPlayer.MessagePlaySound

Inheritance: HappyFunTimes.MessageCmdData
Mostra file Open project: greggman/hft-unity-gamepad

Public Properties

Property Type Description
loop bool
name string

Public Methods

Method Description
MessagePlaySound ( string _name, bool _loop = false ) : System.Collections

Method Details

MessagePlaySound() public method

public MessagePlaySound ( string _name, bool _loop = false ) : System.Collections
_name string
_loop bool
return System.Collections

Property Details

loop public_oe property

public bool loop
return bool

name public_oe property

public string name
return string