docs.unity.cn
    Show / Hide Table of Contents

    Method Unlikely

    Unlikely(Boolean)

    Hints to the compiler that the condition is unlikely to be true.

    Declaration
    public static bool Unlikely(bool condition)
    Parameters
    Type Name Description
    Boolean condition

    The boolean condition that is unlikely to be true.

    Returns
    Type Description
    Boolean

    The condition.

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