C# Класс GameFramework.GameControler

Показать файл Открыть проект Примеры использования класса

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