Class IgnoreWarningAttribute
Can be used to specify that a warning produced by Burst for a given method should be ignored.
Namespace: Unity.Burst.CompilerServices
Syntax
public class IgnoreWarningAttribute : Attribute
Constructors
| Name | Description |
|---|---|
| IgnoreWarningAttribute(Int32) | Ignore a single warning produced by Burst. |