C# 클래스 Example.LevelManagementService

상속: Example.LevelManagementServiceBase
파일 보기 프로젝트 열기: fuutou89/uFrame

공개 프로퍼티들

프로퍼티 타입 설명
LevelsContainer Example.GameObject

공개 메소드들

메소드 설명
Setup ( ) : void

This method is invoked whenever the kernel is loading Since the kernel lives throughout the entire lifecycle of the game, this will only be invoked once.

비공개 메소드들

메소드 설명
UpdateLevels ( ) : void

메소드 상세

Setup() 공개 메소드

This method is invoked whenever the kernel is loading Since the kernel lives throughout the entire lifecycle of the game, this will only be invoked once.
public Setup ( ) : void
리턴 void

프로퍼티 상세

LevelsContainer 공개적으로 프로퍼티

public GameObject,Example LevelsContainer
리턴 Example.GameObject