PluginAssemblyInfo.DefineConstraints Property

Definition

If the plugin has define constraints, then it will only be referenced if the platform/project defines at least one of these constraints. ! operator means that the specified plugin must not be included https://docs.unity3d.com/ScriptReference/PluginImporter.DefineConstraints.html

public:
 property System::Collections::Generic::HashSet<System::String ^> ^ DefineConstraints { System::Collections::Generic::HashSet<System::String ^> ^ get(); };
public System.Collections.Generic.HashSet<string> DefineConstraints { get; }
member this.DefineConstraints : System.Collections.Generic.HashSet<string>
Public ReadOnly Property DefineConstraints As HashSet(Of String)

Property Value

HashSet<String>

Applies to