C# 클래스 GUI, better-quiz-app

상속: MonoBehaviour
파일 보기 프로젝트 열기: starrodkirby86/better-quiz-app 1 사용 예제들

공개 메소드들

메소드 설명
displayFinalResults ( List theResults ) : void
displayQuestionResults ( Results, theResults ) : void
loadScene ( Scene, nextScene ) : void
nextQuestion ( Card, nextQuestion ) : void

메소드 상세

displayFinalResults() 공개 메소드

public displayFinalResults ( List theResults ) : void
theResults List
리턴 void

displayQuestionResults() 공개 메소드

public displayQuestionResults ( Results, theResults ) : void
theResults Results,
리턴 void

loadScene() 공개 메소드

public loadScene ( Scene, nextScene ) : void
nextScene Scene,
리턴 void

nextQuestion() 공개 메소드

public nextQuestion ( Card, nextQuestion ) : void
nextQuestion Card,
리턴 void