Class BurstMonoInteropMethodAttribute
Namespace: Unity.Entities
Syntax
public sealed class BurstMonoInteropMethodAttribute : Attribute
Constructors
| Name | Description |
|---|---|
| BurstMonoInteropMethodAttribute(Boolean) |
Fields
| Name | Description |
|---|---|
| MakePublic | If set, the generated method will be exposed as public. Otherwise it will have the same access modifier as the original method. |