Unity Engine documentationScript ReferenceUnity.BurstUnity.Burst.CompilerServicesHintCompile-time hint intrinsics.Read time 1 minuteLast updated 13 days agoDefinition Type: Class Namespace: Unity.Burst.CompilerServices Assembly: UnityEngine.BurstModule public static class Hint Static Methods MethodDescriptionAssumeHints to the compiler that the condition can be assumed to be true.LikelyHints to the compiler that the condition is likely to be true.UnlikelyHints to the compiler that the condition is unlikely to be true.