Class LoaderContext
Context provided to loaders during data loading. Contains registries and configuration needed for loading.
public class LoaderContext
- Inheritance
-
objectLoaderContext
Constructors
LoaderContext(GameRegistries, string)
public LoaderContext(GameRegistries registries, string dataPath)
Parameters
registriesGameRegistriesdataPathstring
Properties
DataPath
Root data directory path.
public string DataPath { get; }
Property Value
- string
EnableDetailedLogging
Whether to enable detailed logging.
public bool EnableDetailedLogging { get; set; }
Property Value
- bool
Registries
Game registries to populate with loaded data.
public GameRegistries Registries { get; }