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
- Type: Class
- Namespace: Unity.Burst.CompilerServices
- Assembly: UnityEngine.BurstModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]public class IgnoreWarningAttribute : Attribute
Constructors
Constructor | Description |
|---|---|
| IgnoreWarningAttribute(System.Int32) | Ignore a single warning produced by Burst. |