Unlikely(bool)
Hints to the compiler that the condition is unlikely to be true.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Burst.CompilerServices
- Assembly: UnityEngine.BurstModule
public static bool Unlikely(bool condition)
Parameters
The boolean condition that is unlikely to be true.
Returns
Type | Description |
|---|---|
| bool | The condition. |