Search Results for

    Show / Hide Table of Contents

    Class ScriptableData

    Base class for every ScriptableData<T>.

    Inheritance
    object
    Object
    ScriptableObject
    ScriptableData
    ScriptableData<T>
    Namespace: GGL.DB.Scriptable
    Assembly: GGL.dll
    Syntax
    [HelpURL("https://ggl.yoannhaffner.com/articles/database.html#définition-des-données-par-défaut")]
    public abstract class ScriptableData : ScriptableObject

    Fields

    | Edit this page View Source

    MENU_CREATE

    Declaration
    protected const string MENU_CREATE = "Assets/Create/Database/"
    Field Value
    Type Description
    string

    Contextual menu base path suggested for the item generation.

    | Edit this page View Source

    id

    Declaration
    [ReadOnly]
    public ulong id
    Field Value
    Type Description
    ulong

    ID of the future data.

    Remarks

    It is updated automatically by ScriptableDatabase

    Methods

    | Edit this page View Source

    DeleteFromDB()

    Delete itself in scriptable database.

    Declaration
    public abstract void DeleteFromDB()
    | Edit this page View Source

    UpdateInDB()

    Register itself in scriptable database.

    Declaration
    protected abstract void UpdateInDB()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX