C# 클래스 DPLoadScreen, ProjetUnity

상속: MonoBehaviour
파일 보기 프로젝트 열기: MartinsDavid/ProjetUnity

공개 프로퍼티들

프로퍼티 타입 설명
Progress int

공개 메소드들

메소드 설명
ActivateScene ( ) : void

Activates the scene when you are

LoadLevel ( string levelName, bool manualSceneActivation = false, string customLoadScene = "LoadScreen" ) : void

Loads the level with a custom loading screen.

LoadLevel ( string levelName, string customLoadScene ) : void

비공개 메소드들

메소드 설명
doLoadLevel ( string name, string customLoadScene, bool manualActivation ) : IEnumerator

메소드 상세

ActivateScene() 공개 메소드

Activates the scene when you are
public ActivateScene ( ) : void
리턴 void

LoadLevel() 공개 메소드

Loads the level with a custom loading screen.
public LoadLevel ( string levelName, bool manualSceneActivation = false, string customLoadScene = "LoadScreen" ) : void
levelName string Level name to load.
manualSceneActivation bool If set to true, when the loading is complete, you must call ActivateScene() to continue.
customLoadScene string Custom Loading Scene name. (optional)
리턴 void

LoadLevel() 공개 메소드

public LoadLevel ( string levelName, string customLoadScene ) : void
levelName string
customLoadScene string
리턴 void

프로퍼티 상세

Progress 공개적으로 프로퍼티

Return the percentagem of the loading. The value is between 0-1.
public int Progress
리턴 int