Property DisableDirectCall
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.
Declaration
public bool DisableDirectCall { get; set; }
Property Value
Type | Description |
---|---|
bool | The default is |