Search Results for

    Show / Hide Table of Contents

    Interface IData

    An interface that allows simple access to the main value of data.

    This interface is mainly used to implement editor-related functions in UniData. In many cases, users can use the generic version of IData<T> instead.

    Inherited Members
    IEntry.Id
    Namespace: MackySoft.UniData
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IData : IReadOnlyData, IEntry

    Properties

    Value

    Main value of data.

    Declaration
    object Value { get; set; }
    Property Value
    Type Description
    Object
    In This Article
    Back to top UniData - Data Management for Unity