Class Constant
Compile-time queries intrinsics.
Inherited Members
Namespace: Unity.Burst.CompilerServices
Syntax
public static class Constant
Methods
| Name | Description | 
|---|---|
| IsConstantExpression(Void*) | Performs a compile-time check on whether the provided argument is known to be constant by Burst.  | 
| IsConstantExpression<T>(T) | Performs a compile-time check on whether the provided argument is known to be constant by Burst.  |