C# 클래스 PredicateParser, voxicon

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

공개 프로퍼티들

프로퍼티 타입 설명
DynamicIntroduction bool
ShowTrails bool
inputString string

공개 메소드들

메소드 설명
PromptBehavior ( string inputString ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

PromptBehavior() 공개 메소드

public PromptBehavior ( string inputString ) : void
inputString string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

DynamicIntroduction 공개적으로 프로퍼티

public bool DynamicIntroduction
리턴 bool

ShowTrails 공개적으로 프로퍼티

public bool ShowTrails
리턴 bool

inputString 공개적으로 프로퍼티

public string inputString
리턴 string