IsDefineConstraintsCompatible(string[], string[])
Allows you to test whether the specified #define constraints are satisfied by the specified list of #define directives.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public static bool IsDefineConstraintsCompatible(string[] defines, string[] defineConstraints)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the specified #define constraints are satisfied by the specified #define directives. Otherwise returns False. |
Remarks
Additional Resources: Assembly, CompilationPipeline.