Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Likely(bool)

Hints to the compiler that the condition is likely to be true.
Read time 1 minuteLast updated 13 days ago

Definition

public static bool Likely(bool condition)

Parameters

condition

The boolean condition that is likely to be true.

Returns

Type

Description

boolThe condition.