C# 클래스 Voxygen, SoftLove

상속: MonoBehaviour
파일 보기 프로젝트 열기: benkuper/SoftLove 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
text string
user string

공개 메소드들

메소드 설명
Awake ( ) : void
ByteToString ( byte ba ) : String
Start ( ) : void
Update ( ) : void
playRequest ( string request ) : void
speech ( string text ) : void

비공개 메소드들

메소드 설명
getRequest ( string text ) : string
playRequestCoroutine ( string request ) : IEnumerator

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

ByteToString() 공개 정적인 메소드

public static ByteToString ( byte ba ) : String
ba byte
리턴 String

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

playRequest() 공개 메소드

public playRequest ( string request ) : void
request string
리턴 void

speech() 공개 메소드

public speech ( string text ) : void
text string
리턴 void

프로퍼티 상세

text 공개적으로 프로퍼티

public string text
리턴 string

user 공개적으로 프로퍼티

public string user
리턴 string