ExcludeFromBurstCompatTestingAttribute
Attribute to exclude a method from burst compatibility testing even though the containing type is.
Read time 3 minutesLast updated 11 days ago
Definition
- Type: Class
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property)]public class ExcludeFromBurstCompatTestingAttribute : Attribute
Constructors
Constructor | Description |
|---|---|
| ExcludeFromBurstCompatTestingAttribute(System.String) | Create this attribute with the reason to exclude from burst compatibility testing. |
Properties
Property | Description |
|---|---|
| Reason | Reason for excluding a method from being included in generated Burst compilation tests |