Class BurstHelper
Helper functions for Burst
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
[BurstCompile]
public static class BurstHelper
Properties
Name | Description |
---|---|
Is |
Checks if a method is called from a managed or Burst environment. |
Is |
Returns True if Burst is enabled. Can be called from Burst of a managed environments |
Is |
Checks if a method is called from a managed or Burst environment. |
Methods
Name | Description |
---|---|
Assert |
Throws / Debug.LogError-s if IsBurstEnabled is true and this is called from a managed environment |
Check |
Checks if Burst is enabled, caches the result. Should be called from a managed environment |
Debug |
Calls Debug.Log that prints if Burst enabled of not |
Debug |
Calls Debug.Log that prints if this is a managed or Burst environment |