C# 클래스 ScreenChanger, TimeLapsus

상속: ScriptWithController
파일 보기 프로젝트 열기: halbich/TimeLapsus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChangeTime float
StartTime float
SubObjects List

보호된 메소드들

메소드 설명
Awake ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
Activate ( ) : void
ChangeScreens ( ) : IEnumerator
SetActive ( bool active ) : void
continueWithChange ( ) : IEnumerator

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

프로퍼티 상세

ChangeTime 공개적으로 프로퍼티

public float ChangeTime
리턴 float

StartTime 공개적으로 프로퍼티

public float StartTime
리턴 float

SubObjects 공개적으로 프로퍼티

public List SubObjects
리턴 List