Class BurstCompatibleAttribute
Internal attribute to document and enforce that the tagged method or property has to stay burst compatible.
Namespace: Unity.Entities
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Property)]
public class BurstCompatibleAttribute : Attribute, _Attribute