Class BurstCompatibleAttribute
Documents and enforces (via generated tests) that the tagged method or property has to stay burst compatible.
Inheritance
BurstCompatibleAttribute
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Struct, AllowMultiple = true)]
public class BurstCompatibleAttribute : Attribute, _Attribute
Fields
RequiredUnityDefine
Declaration
public string RequiredUnityDefine
Field Value
Properties
GenericTypeArguments
Declaration
public Type[] GenericTypeArguments { get; set; }
Property Value