C# Class GameFramework.GameControler

显示文件 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Init ( string logPath, string dataPath ) : void
InitGame ( bool useNetwork ) : void
PauseGame ( bool isPause ) : void
PauseGameForeground ( bool isPause ) : void
Release ( ) : void
TickGame ( ) : void

Method Details

Init() public static method

public static Init ( string logPath, string dataPath ) : void
logPath string
dataPath string
return void

InitGame() public static method

public static InitGame ( bool useNetwork ) : void
useNetwork bool
return void

PauseGame() public static method

public static PauseGame ( bool isPause ) : void
isPause bool
return void

PauseGameForeground() public static method

public static PauseGameForeground ( bool isPause ) : void
isPause bool
return void

Release() public static method

public static Release ( ) : void
return void

TickGame() public static method

public static TickGame ( ) : void
return void