Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ForceEnableBurstSafetyChecks

Gets or sets a boolean to force enable safety checks, irrespective of what EnableBurstSafetyChecks is set to, or whether the job or function has DisableSafetyChecks set.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: Unity.Burst
  • Assembly: UnityEngine.BurstModule
public bool ForceEnableBurstSafetyChecks { get; set; }

Remarks

This is only available at Editor time. Does not have an impact on player mode.