C# Class GameFramework.GameControler

Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public static Init ( string logPath, string dataPath ) : void
logPath string
dataPath string
Résultat void

InitGame() public static méthode

public static InitGame ( bool useNetwork ) : void
useNetwork bool
Résultat void

PauseGame() public static méthode

public static PauseGame ( bool isPause ) : void
isPause bool
Résultat void

PauseGameForeground() public static méthode

public static PauseGameForeground ( bool isPause ) : void
isPause bool
Résultat void

Release() public static méthode

public static Release ( ) : void
Résultat void

TickGame() public static méthode

public static TickGame ( ) : void
Résultat void