C# 클래스 LevelChangeForModels, Human-Computer-Interaction

상속: MonoBehaviour
파일 보기 프로젝트 열기: doubleZ0108/Human-Computer-Interaction

공개 프로퍼티들

프로퍼티 타입 설명
animator Animator,
clickParts clickParts,

공개 메소드들

메소드 설명
Update ( ) : void
fadeOutComplete ( ) : void
fadeToLevel ( int levelIndex ) : void

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

fadeOutComplete() 공개 메소드

public fadeOutComplete ( ) : void
리턴 void

fadeToLevel() 공개 메소드

public fadeToLevel ( int levelIndex ) : void
levelIndex int
리턴 void

프로퍼티 상세

animator 공개적으로 프로퍼티

public Animator, animator
리턴 Animator,

clickParts 공개적으로 프로퍼티

public clickParts, clickParts
리턴 clickParts,