Enum BurstCompatibleAttribute.BurstCompatibleCompileTarget
Burst compatible compile target.
Namespace: Unity.Collections
Syntax
public enum BurstCompatibleCompileTarget : int
Fields
| Name | Description | Value |
|---|---|---|
| Player | Player. |
0 |
| Editor | Editor. |
1 |
| PlayerAndEditor | Player and editor. |
2 |