docs.unity3d.com
    Show / Hide Table of Contents

    Class ProxyConditions

    Collections of different types of data filters

    Inheritance
    Object
    ProxyConditions
    Namespace: Unity.MARS.Query
    Syntax
    public class ProxyConditions : object

    Constructors

    ProxyConditions(Condition)

    Declaration
    public ProxyConditions(Condition condition)
    Parameters
    Type Name Description
    Condition condition

    ProxyConditions(Proxy)

    Collections of different types of conditions

    Declaration
    public ProxyConditions(Proxy target)
    Parameters
    Type Name Description
    Proxy target

    Proxy to create conditions for

    ProxyConditions(ICondition[])

    Declaration
    public ProxyConditions(ICondition[] conditions)
    Parameters
    Type Name Description
    ICondition[] conditions

    Properties

    Count

    The number of conditions present on this proxy, across all types

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32

    Methods

    FromGameObject<TComponentRootType>(GameObject)

    Declaration
    public static ProxyConditions FromGameObject<TComponentRootType>(GameObject target)
        where TComponentRootType : Component, IMRObject
    Parameters
    Type Name Description
    GameObject target
    Returns
    Type Description
    ProxyConditions
    Type Parameters
    Name Description
    TComponentRootType

    FromGenericIMRObject<TComponentRootType>(TComponentRootType)

    Declaration
    public static ProxyConditions FromGenericIMRObject<TComponentRootType>(TComponentRootType target)
        where TComponentRootType : Component, IMRObject
    Parameters
    Type Name Description
    TComponentRootType target
    Returns
    Type Description
    ProxyConditions
    Type Parameters
    Name Description
    TComponentRootType

    GetTypeCount(out Object[])

    Declaration
    public int GetTypeCount(out object[] conditions)
    Parameters
    Type Name Description
    Object[] conditions
    Returns
    Type Description
    Int32

    TryGetType(out Object[])

    Declaration
    public bool TryGetType(out object[] conditions)
    Parameters
    Type Name Description
    Object[] conditions
    Returns
    Type Description
    Boolean

    TryGetType<T>(out T[])

    Declaration
    public bool TryGetType<T>(out T[] conditions)
    Parameters
    Type Name Description
    T[] conditions
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    T
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023