Namespace Unity.Burst
Classes
BurstCompileAttribute
This attribute can be used to tag jobs as being Burst Compiled, and optionally set some compilation parameters.
NoAliasAttribute
Can be used to specify that a parameter to a function will not alias. (Advanced - see User Manual for a description of Aliasing).
Enums
FloatMode
Represents the floating point optimization mode for compilation.
FloatPrecision
Represents the floating point precision used for certain builtin operations e.g. sin/cos.