C# 클래스 GameFramework.GameControler

파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Init ( string logPath, string dataPath ) : void
InitGame ( bool useNetwork ) : void
PauseGame ( bool isPause ) : void
PauseGameForeground ( bool isPause ) : void
Release ( ) : void
TickGame ( ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( string logPath, string dataPath ) : void
logPath string
dataPath string
리턴 void

InitGame() 공개 정적인 메소드

public static InitGame ( bool useNetwork ) : void
useNetwork bool
리턴 void

PauseGame() 공개 정적인 메소드

public static PauseGame ( bool isPause ) : void
isPause bool
리턴 void

PauseGameForeground() 공개 정적인 메소드

public static PauseGameForeground ( bool isPause ) : void
isPause bool
리턴 void

Release() 공개 정적인 메소드

public static Release ( ) : void
리턴 void

TickGame() 공개 정적인 메소드

public static TickGame ( ) : void
리턴 void