Search Results for

    Show / Hide Table of Contents

    Class BoundsIntData

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

    Constructors

    BoundsIntData()

    Declaration
    public BoundsIntData()

    BoundsIntData(String)

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

    BoundsIntData(String, BoundsInt)

    Declaration
    public BoundsIntData(string id, BoundsInt initialValue)
    Parameters
    Type Name Description
    String id
    BoundsInt initialValue

    Implements

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