docs.unity.cn
    Show / Hide Table of Contents

    Method Likely

    Likely(Boolean)

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

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

    The boolean condition that is likely 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