Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
TraceRacer
ScreenFactory
C# Class TraceRacer.ScreenFactory
Our game's implementation of IScreenFactory which can handle creating the screens when resuming from being tombstoned.
Inheritance:
IScreenFactory
显示文件
Open project: alexcoco/trace_racer
Class Usage Examples
Public Methods
Method
Description
CreateScreen
(
Type
screenType
) :
GameScreen
Method Details
CreateScreen()
public
method
public
CreateScreen
(
Type
screenType
) :
GameScreen
screenType
System.Type
return
GameScreen