C# 클래스 MemoryPuzzle, Asylum

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

공개 프로퍼티들

프로퍼티 타입 설명
badTile Material
blankTile Material
endTile Material
glowingTile GameObject
goodTile Material
invisTile Material

공개 메소드들

메소드 설명
Awake ( ) : void
CheckPlayerHeight ( ) : void
FindPath ( ) : void
MakeGrid ( ) : void
MakeStartPlatform ( ) : void
Start ( ) : void
StartingSequence ( ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

CheckPlayerHeight() 공개 메소드

public CheckPlayerHeight ( ) : void
리턴 void

FindPath() 공개 메소드

public FindPath ( ) : void
리턴 void

MakeGrid() 공개 메소드

public MakeGrid ( ) : void
리턴 void

MakeStartPlatform() 공개 메소드

public MakeStartPlatform ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartingSequence() 공개 메소드

public StartingSequence ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

badTile 공개적으로 프로퍼티

public Material badTile
리턴 Material

blankTile 공개적으로 프로퍼티

public Material blankTile
리턴 Material

endTile 공개적으로 프로퍼티

public Material endTile
리턴 Material

glowingTile 공개적으로 프로퍼티

public GameObject glowingTile
리턴 GameObject

goodTile 공개적으로 프로퍼티

public Material goodTile
리턴 Material

invisTile 공개적으로 프로퍼티

public Material invisTile
리턴 Material