C# Class Voxygen, SoftLove

Inheritance: MonoBehaviour
Show file Open project: benkuper/SoftLove Class Usage Examples

Public Properties

Property Type Description
text string
user string

Public Methods

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

Private Methods

Method Description
getRequest ( string text ) : string
playRequestCoroutine ( string request ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

ByteToString() public static method

public static ByteToString ( byte ba ) : String
ba byte
return String

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

playRequest() public method

public playRequest ( string request ) : void
request string
return void

speech() public method

public speech ( string text ) : void
text string
return void

Property Details

text public property

public string text
return string

user public property

public string user
return string