Class Hint
Compile-time hint intrinsics.
Inherited Members
Namespace: Unity.Burst.CompilerServices
Syntax
public static class Hint
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. |