C# 클래스 Yarn.Dialogue.OptionSetResult

상속: RunnerResult
파일 보기 프로젝트 열기: thesecretlab/YarnSpinner

공개 프로퍼티들

프로퍼티 타입 설명
options Options
setSelectedOptionDelegate OptionChooser

공개 메소드들

메소드 설명
OptionSetResult ( IList optionStrings, OptionChooser setSelectedOption ) : System

메소드 상세

OptionSetResult() 공개 메소드

public OptionSetResult ( IList optionStrings, OptionChooser setSelectedOption ) : System
optionStrings IList
setSelectedOption OptionChooser
리턴 System

프로퍼티 상세

options 공개적으로 프로퍼티

public Options,Yarn options
리턴 Options

setSelectedOptionDelegate 공개적으로 프로퍼티

public OptionChooser setSelectedOptionDelegate
리턴 OptionChooser