Class Hint
Compile-time hint intrinsics.
Namespace: Unity.Burst.CompilerServices
Syntax
public static class Hint : object
Methods
| Name | Description |
|---|---|
| Assume(Boolean) | Hints to the compiler that the condition can be assumed to be true. |
| Likely(Boolean) | Hints to the compiler that the condition is likely to be true. |
| Unlikely(Boolean) | Hints to the compiler that the condition is unlikely to be true. |