Class GenerateBurstMonoInteropAttribute
Attribute used to signal this type should be scanned for BurstMonoInteropMethodAttribute decorated methods.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
public sealed class GenerateBurstMonoInteropAttribute : Attribute
Constructors
Name | Description |
---|---|
GenerateBurstMonoInteropAttribute(string) |
Properties
Name | Description |
---|---|
AssetName | Name of source file (without the .cs suffix) to generate interop code for. |