Class BurstMonoInteropMethodAttribute
Namespace: Unity.Entities
Syntax
[AttributeUsage(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public sealed class BurstMonoInteropMethodAttribute : Attribute, _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. |