SurvivEngineDatabases
Class in SurvivEngine namespace
Class in SurvivEngine namespace
Class providing static access to all registered databases at runtime.
Clears the registered database collection.
Initializes a new database registry.
Registers the given database to the database collection making it accessible during the game.
database The database to register.
Attempts to get a database asset of the type T.
T must inherit from SurvivEngine.DatabaseAssetBase
databaseAsset The retrieved database asset.
Attempts to get a database asset of the given type.
type The database asset type to look for.
databaseAsset The retrieved database asset.