docs.unity.cn
    Show / Hide Table of Contents

    Operator LessThan

    LessThan(SystemTypeIndex, SystemTypeIndex)

    Evaluates if one SystemTypeIndex is less than the other.

    Declaration
    public static bool operator <(SystemTypeIndex lhs, SystemTypeIndex rhs)
    Parameters
    Type Name Description
    SystemTypeIndex lhs

    The left-hand side

    SystemTypeIndex rhs

    The right-hand side

    Returns
    Type Description
    Boolean

    True if the left-hand side's SystemTypeIndex is less than the right-hand side's.

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