suppressCommonWarnings
Suppresses common C# warnings.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public static bool suppressCommonWarnings { get; set; }
Remarks
This property suppresses these C# warnings: , , , , and .
CS0169CS0649CS0282CS1701CS1702Additional Resources: AdditionalCompilerArguments.