docs.unity3d.com
    目次を表示する/隠す

    Class ProxyConditions

    Collections of different types of data filters

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

    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
    [Obsolete("This method exists in order for MARS to compile before type-specific code is generated. Use the type-specific version of this method")]
    public int GetTypeCount(out object[] conditions)
    Parameters
    Type Name Description
    Object[] conditions
    Returns
    Type Description
    Int32

    TryGetType(out Object[])

    Declaration
    [Obsolete("This method exists in order for MARS to compile before type-specific code is generated. Use the type-specific version of this method")]
    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
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)