Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

[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

ReasonReason for excluding a method from being included in generated Burst compilation tests

Inheritance

Inherited Members