Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DisableDirectCall

Gets or sets a boolean to disable the translation of a static method call as direct call to the generated native method. By default, when compiling static methods with Burst and calling them from C#, they will be translated to a direct call to the Burst generated method. code.
Read time 1 minuteLast updated 13 days ago

Definition

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