Method AssertMustBeBurstCompiled
AssertMustBeBurstCompiled()
Throws / Debug.LogError-s if IsBurstEnabled is true and this is called from a managed environment
Declaration
[BurstDiscard]
public static void AssertMustBeBurstCompiled()
Exceptions
Type | Condition |
---|---|
Exception | If IsBurstEnabled is true and this is called from a managed environment |