Debug
Gets or sets whether to compile the code in a way that allows it to be debugged. If this is set to true, the current implementation disables optimisations on this method allowing it to be debugged using a Native debugger.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.Burst
- Assembly: UnityEngine.BurstModule
public bool Debug { get; set; }