Class Globals
Global engine variables container.
Inheritance
Globals
Assembly: FlaxEngine.dll
File: Engine/Engine/Globals.h
Syntax
public class Globals
Constructors
DEPRECATED("Use Engine::ExitCode instead.")
Declaration
public DEPRECATED("Use Engine::ExitCode instead.") static int32 ExitCode
Parameters
"Use Engine::ExitCode instead."
Globals_DEPRECATED__Use_Engine__ExitCode_instead___
|
DEPRECATED("Use Engine::FatalError instead.")
Declaration
public DEPRECATED("Use Engine::FatalError instead.") static bool FatalErrorOccurred
Parameters
"Use Engine::FatalError instead."
Globals_DEPRECATED__Use_Engine__FatalError_instead___
|
DEPRECATED("Use Engine::IsRequestingExit instead.")
Declaration
public DEPRECATED("Use Engine::IsRequestingExit instead.") static bool IsRequestingExit
Parameters
"Use Engine::IsRequestingExit instead."
Globals_DEPRECATED__Use_Engine__IsRequestingExit_instead___
|
Fields
BinariesFolder
The game executable files location.
Declaration
public static String BinariesFolder
Field Value
String
|
CompanyName
The company name (short name used for app data directory).
Declaration
public static String CompanyName
Field Value
String
|
ContentKey
The content data keycode.
Declaration
public static int32 ContentKey
Field Value
int32
|
EngineBuildNumber
The engine build version.
Declaration
public static int32 EngineBuildNumber
Field Value
int32
|
EngineContentFolder
EngineVersion
MainThreadID
Declaration
public static uint64 MainThreadID
Field Value
uint64
|
ProductLocalFolder
The product local data directory.
Declaration
public static String ProductLocalFolder
Field Value
String
|
ProductName
The short name of the product (can be Flax Editor
or name of the game e.g. My Space Shooter
).
Declaration
public static String ProductName
Field Value
String
|