Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Hint

Compile-time hint intrinsics.
Read time 1 minuteLast updated 13 days ago

Definition

public static class Hint

Static Methods

Method

Description

AssumeHints 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.