Class IgnoreWarningAttribute
Can be used to specify that a warning produced by Burst for a given method should be ignored.
Inherited Members
Namespace: Unity.Burst.CompilerServices
Assembly: Unity.Burst.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class IgnoreWarningAttribute : Attribute
Constructors
Name | Description |
---|---|
IgnoreWarningAttribute(int) | Ignore a single warning produced by Burst. |