GenerateTestsForBurstCompatibilityAttribute.BurstCompatibleCompileTarget
Burst compatible compile target.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Enum
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public enum GenerateTestsForBurstCompatibilityAttribute.BurstCompatibleCompileTarget
Fields
Value | Description |
|---|---|
| Editor | Editor. |
| Player | Player. |
| PlayerAndEditor | Player and editor. |