Property IsBurst
IsBurst
Checks if a method is called from a managed or Burst environment.
Declaration
public static bool IsBurst { get; }
Property Value
Type | Description |
---|---|
bool | Returns true if method is called from Burst, not a managed environment |