Class ScriptableData<T>
Namespace: GGL.DB.Scriptable
Assembly: GGL.dll
Syntax
public abstract class ScriptableData<T> : ScriptableData where T : class
Type Parameters
Name | Description |
---|---|
T | Base for every default you want to configure in . |
Remarks
Check this guide to see how you can properly inherit this class.
Methods
| Edit this page View SourceDeleteFromDB()
Delete itself in scriptable database.
Declaration
public override void DeleteFromDB()
Overrides
| Edit this page View SourceLoad()
Create a data from default configuration.
Declaration
public abstract T Load()
Returns
Type | Description |
---|---|
T |
UpdateInDB()
Register itself in scriptable database.
Declaration
protected override void UpdateInDB()