Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IgnoreWarningAttribute

Can be used to specify that a warning produced by Burst for a given method should be ignored.
Read time 3 minutesLast updated 10 days ago

Definition

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]public class IgnoreWarningAttribute : Attribute

Constructors

Constructor

Description

IgnoreWarningAttribute(System.Int32)Ignore a single warning produced by Burst.

Inheritance

Inherited Members