Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Unlikely(bool)

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

Definition

public static bool Unlikely(bool condition)

Parameters

condition

The boolean condition that is unlikely to be true.

Returns

Type

Description

boolThe condition.