C# Class Voxygen, SoftLove

Inheritance: MonoBehaviour
Afficher le fichier Open project: benkuper/SoftLove Class Usage Examples

Méthodes publiques

Свойство Type Description
text string
user string

Méthodes publiques

Méthode Description
Awake ( ) : void
ByteToString ( byte ba ) : String
Start ( ) : void
Update ( ) : void
playRequest ( string request ) : void
speech ( string text ) : void

Private Methods

Méthode Description
getRequest ( string text ) : string
playRequestCoroutine ( string request ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

ByteToString() public static méthode

public static ByteToString ( byte ba ) : String
ba byte
Résultat String

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

playRequest() public méthode

public playRequest ( string request ) : void
request string
Résultat void

speech() public méthode

public speech ( string text ) : void
text string
Résultat void

Property Details

text public_oe property

public string text
Résultat string

user public_oe property

public string user
Résultat string