C# 클래스 AnsQuestion

상속: MonoBehaviour
파일 보기 프로젝트 열기: e-ucm/rage-analytics-games

공개 프로퍼티들

프로퍼티 타입 설명
correctScore int
incorrectScore int
nextScene string
questionId string

공개 메소드들

메소드 설명
AnswerTheQuestion ( bool result ) : void
TrackChoice ( string optionId ) : void

메소드 상세

AnswerTheQuestion() 공개 메소드

public AnswerTheQuestion ( bool result ) : void
result bool
리턴 void

TrackChoice() 공개 메소드

public TrackChoice ( string optionId ) : void
optionId string
리턴 void

프로퍼티 상세

correctScore 공개적으로 프로퍼티

public int correctScore
리턴 int

incorrectScore 공개적으로 프로퍼티

public int incorrectScore
리턴 int

nextScene 공개적으로 프로퍼티

public string nextScene
리턴 string

questionId 공개적으로 프로퍼티

public string questionId
리턴 string