C# 클래스 TilePuzzle, PGP2

상속: MonoBehaviour
파일 보기 프로젝트 열기: theiis/PGP2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
correctSequence int[]
inputSequence int[]
isCorrect bool
reset bool
tilePath GameObject[]
tilePuzzleSolved bool

공개 메소드들

메소드 설명
MovePathDown ( ) : void
Reset ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
ResetSequence ( ) : IEnumerator

메소드 상세

MovePathDown() 공개 메소드

public MovePathDown ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

correctSequence 공개적으로 프로퍼티

public int[] correctSequence
리턴 int[]

inputSequence 공개적으로 프로퍼티

public int[] inputSequence
리턴 int[]

isCorrect 공개적으로 프로퍼티

public bool isCorrect
리턴 bool

reset 공개적으로 프로퍼티

public bool reset
리턴 bool

tilePath 공개적으로 프로퍼티

public GameObject[] tilePath
리턴 GameObject[]

tilePuzzleSolved 공개적으로 프로퍼티

public bool tilePuzzleSolved
리턴 bool