PluginAssemblyInfo.DefineConstraints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)