docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IUsesMARSDataMethods<T>

    Inheritance
    object
    IUsesMARSDataMethods<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.MARS.Data
    Assembly: Unity.MARS.Interfaces.dll
    Syntax
    public static class IUsesMARSDataMethods<T>
    Type Parameters
    Name Description
    T

    Properties

    AddData

    Declaration
    public static AddDataDelegate<T> AddData { get; set; }
    Property Value
    Type Description
    AddDataDelegate<T>

    GetCollection

    Declaration
    public static GetCollectionDelegate<T> GetCollection { get; set; }
    Property Value
    Type Description
    GetCollectionDelegate<T>

    GetIdValue

    Declaration
    public static GetIdValueDelegate<T> GetIdValue { get; set; }
    Property Value
    Type Description
    GetIdValueDelegate<T>

    RemoveData

    Declaration
    public static RemoveDataDelegate<T> RemoveData { get; set; }
    Property Value
    Type Description
    RemoveDataDelegate<T>

    UpdateData

    Declaration
    public static UpdateDataDelegate<T> UpdateData { get; set; }
    Property Value
    Type Description
    UpdateDataDelegate<T>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)