Search Results for

    Show / Hide Table of Contents

    Class ColorData

    Inheritance
    Object
    DataBase<Color>
    Data<Color>
    ColorData
    Implements
    IData<Color>
    IReadOnlyData<Color>
    IData
    IReadOnlyData
    IEntry
    Inherited Members
    Data<Color>.Value
    DataBase<Color>.m_Id
    DataBase<Color>.Id
    DataBase<Color>.IData.Value
    DataBase<Color>.IReadOnlyData.Value
    Namespace: MackySoft.UniData.Data.General
    Assembly: cs.temp.dll.dll
    Syntax
    [AddTypeMenu("General/ColorData", -10)]
    [Serializable]
    public sealed class ColorData : Data<Color>, IData<Color>, IReadOnlyData<Color>, IData, IReadOnlyData, IEntry

    Constructors

    ColorData()

    Declaration
    public ColorData()

    ColorData(String)

    Declaration
    public ColorData(string id)
    Parameters
    Type Name Description
    String id

    ColorData(String, Color)

    Declaration
    public ColorData(string id, Color initialValue)
    Parameters
    Type Name Description
    String id
    Color initialValue

    Implements

    IData<T>
    IReadOnlyData<T>
    IData
    IReadOnlyData
    IEntry
    In This Article
    Back to top UniData - Data Management for Unity