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
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class IgnoreWarningAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
IgnoreWarningAttribute(Int32) | Ignore a single warning produced by Burst. |