Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DisableSafetyChecks

Gets or sets whether to disable safety checks for the current job or function pointer. If this is set to true, the current job or function pointer will be compiled with safety checks disabled unless the global 'Safety Checks/Force On' option is active.
Read time 1 minuteLast updated 12 days ago

Definition

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