C# 클래스 TextHelper, VRpportunity

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

공개 프로퍼티들

프로퍼티 타입 설명
newText string
typeTime float

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
initComponents ( ) : void
setMainText ( string inText ) : void
setNewText ( string inText ) : void
startTyping ( ) : void
stopTyping ( ) : void

비공개 메소드들

메소드 설명
typeNewText ( ) : IEnumerator

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

initComponents() 공개 메소드

public initComponents ( ) : void
리턴 void

setMainText() 공개 메소드

public setMainText ( string inText ) : void
inText string
리턴 void

setNewText() 공개 메소드

public setNewText ( string inText ) : void
inText string
리턴 void

startTyping() 공개 메소드

public startTyping ( ) : void
리턴 void

stopTyping() 공개 메소드

public stopTyping ( ) : void
리턴 void

프로퍼티 상세

newText 공개적으로 프로퍼티

public string newText
리턴 string

typeTime 공개적으로 프로퍼티

public float typeTime
리턴 float