C# 클래스 QuestionInterface, RPGQuest

파일 보기 프로젝트 열기: hughrogers/RPGQuest

공개 프로퍼티들

프로퍼티 타입 설명
choiceActions int[]
choices ChoiceContent[],
controlType ControlType
dialoguePosition int
message string

공개 메소드들

메소드 설명
ChoiceSelected ( int index ) : bool
CreateChoices ( ) : void

메소드 상세

ChoiceSelected() 공개 추상적인 메소드

public abstract ChoiceSelected ( int index ) : bool
index int
리턴 bool

CreateChoices() 공개 추상적인 메소드

public abstract CreateChoices ( ) : void
리턴 void

프로퍼티 상세

choiceActions 공개적으로 프로퍼티

public int[] choiceActions
리턴 int[]

choices 공개적으로 프로퍼티

public ChoiceContent[], choices
리턴 ChoiceContent[],

controlType 공개적으로 프로퍼티

public ControlType controlType
리턴 ControlType

dialoguePosition 공개적으로 프로퍼티

public int dialoguePosition
리턴 int

message 공개적으로 프로퍼티

public string message
리턴 string