IsLoadAdditionalLibrarySupported()
Check if the LoadAdditionalLibrary API is supported by the current version of Unity
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Burst
- Assembly: UnityEngine.BurstModule
public static bool IsLoadAdditionalLibrarySupported()
Returns
Type | Description |
|---|---|
| bool | True if the LoadAdditionalLibrary API can be used by the current version of Unity |