Class BurstMonoInteropMethodAttribute
Attribute that indicates that a method should have Burst to mono interop code generated.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public sealed class BurstMonoInteropMethodAttribute : Attribute
Remarks
Methods decorated with this attribute must be in a type also decorated with GenerateBurstMonoInteropAttribute.
Constructors
Name | Description |
---|---|
BurstMonoInteropMethodAttribute(bool) |
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. |