docs.unity.cn
    Show / Hide Table of Contents

    Operator GreaterThan

    GreaterThan(ComponentType, ComponentType)

    Evaluates if one component type is greater than the the other.

    Declaration
    public static bool operator>(ComponentType lhs, ComponentType rhs)
    Parameters
    Type Name Description
    ComponentType lhs

    The left-hand side

    ComponentType rhs

    The right-hand side

    Returns
    Type Description
    Boolean

    True if the left-hand side is greater than the right-hand side

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023