C# Class HFTSoundPlayer.MessagePlaySound

Inheritance: HappyFunTimes.MessageCmdData
Afficher le fichier Open project: greggman/hft-unity-gamepad

Méthodes publiques

Свойство Type Description
loop bool
name string

Méthodes publiques

Méthode Description
MessagePlaySound ( string _name, bool _loop = false ) : System.Collections

Method Details

MessagePlaySound() public méthode

public MessagePlaySound ( string _name, bool _loop = false ) : System.Collections
_name string
_loop bool
Résultat System.Collections

Property Details

loop public_oe property

public bool loop
Résultat bool

name public_oe property

public string name
Résultat string