SurvivEngineSettings
Class in SurvivEngine namespace
Inherits from UnityEngine.ScriptableObject
Class in SurvivEngine namespace
Inherits from UnityEngine.ScriptableObject
Data class storing core settings controlling SurvivEngine.
Read-Only
Read-Only
Read-Only
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.