C# 클래스 NPCDialogControl, Castle-Bashers

상속: MonoBehaviour
파일 보기 프로젝트 열기: DevelopersGuild/Castle-Bashers

공개 프로퍼티들

프로퍼티 타입 설명
Dialogs List
NPC_Name string
by_order bool
by_random bool
by_requirement bool
closest_requirement bool

공개 메소드들

메소드 설명
GetMainProcess ( ) : Main_Process,
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
waitingf ( ) : void

메소드 상세

GetMainProcess() 공개 메소드

public GetMainProcess ( ) : Main_Process,
리턴 Main_Process,

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider other ) : void
other Collider
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

waitingf() 공개 메소드

public waitingf ( ) : void
리턴 void

프로퍼티 상세

Dialogs 공개적으로 프로퍼티

public List Dialogs
리턴 List

NPC_Name 공개적으로 프로퍼티

public string NPC_Name
리턴 string

by_order 공개적으로 프로퍼티

public bool by_order
리턴 bool

by_random 공개적으로 프로퍼티

public bool by_random
리턴 bool

by_requirement 공개적으로 프로퍼티

public bool by_requirement
리턴 bool

closest_requirement 공개적으로 프로퍼티

public bool closest_requirement
리턴 bool