FloatPrecision
Gets or sets the floating point precision to use for this Burst compilation. Allows you to trade accuracy for speed of computation, useful when you don't require much precision.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.Burst
- Assembly: UnityEngine.BurstModule
public FloatPrecision FloatPrecision { get; set; }