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
Editor-Only
The current instance of the SurvivEngineSettings scriptable object asset.
Editor-Only
Attempts to get a database asset of the type T.
T must inherit from SurvivEngine.DatabaseAssetBase
databaseAsset The retrieved database asset.
Editor-Only
Attempts to get a database asset of the given type.
type The database asset type to look for.
databaseAsset The retrieved database asset.
Editor-Only
Locates or creates an instance of the settings asset if one doesn't exist
.
Initializes the settings asset for use at runtime.