C# 클래스 DialogGuiAbstract, home_nursing

상속: MonoBehaviour
파일 보기 프로젝트 열기: ChristianHoj/home_nursing

보호된 프로퍼티들

프로퍼티 타입 설명
uniqueId int

공개 메소드들

메소드 설명
EndDialog ( ) : void
StartDialog ( Dialog, dialog ) : void

보호된 메소드들

메소드 설명
GetConversationText ( ) : string
GetCurrentConversation ( ) : Conversation,
GetCurrentConversationOptions ( ) : List
GetDialog ( ) : Dialog,
GotoReturnConversation ( ) : void
HasReturnConversation ( ) : bool
MustShowDebugInformation ( ) : bool
SelectOption ( Option, o ) : void

비공개 메소드들

메소드 설명
GotoDialogue ( string dialogName, int index ) : void
GotoQuest ( int fromId, int uniqueId, Option, type ) : void

메소드 상세

EndDialog() 공개 메소드

public EndDialog ( ) : void
리턴 void

GetConversationText() 보호된 메소드

protected GetConversationText ( ) : string
리턴 string

GetCurrentConversation() 보호된 메소드

protected GetCurrentConversation ( ) : Conversation,
리턴 Conversation,

GetCurrentConversationOptions() 보호된 메소드

protected GetCurrentConversationOptions ( ) : List
리턴 List

GetDialog() 보호된 메소드

protected GetDialog ( ) : Dialog,
리턴 Dialog,

GotoReturnConversation() 보호된 메소드

protected GotoReturnConversation ( ) : void
리턴 void

HasReturnConversation() 보호된 메소드

protected HasReturnConversation ( ) : bool
리턴 bool

MustShowDebugInformation() 보호된 메소드

protected MustShowDebugInformation ( ) : bool
리턴 bool

SelectOption() 보호된 메소드

protected SelectOption ( Option, o ) : void
o Option,
리턴 void

StartDialog() 공개 메소드

public StartDialog ( Dialog, dialog ) : void
dialog Dialog,
리턴 void

프로퍼티 상세

uniqueId 보호되어 있는 프로퍼티

protected int uniqueId
리턴 int