GetExcludeFromAnyPlatform
Is platform excluded when Any Platform set to true.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
GetExcludeFromAnyPlatform(string)
Is platform excluded when Any Platform set to true.
public bool GetExcludeFromAnyPlatform(string platformName)
Parameters
Returns
Type | Description |
|---|---|
| bool |
Remarks
See also PluginImporter.SetExcludeFromAnyPlatform.
GetExcludeFromAnyPlatform(BuildTarget)
Is platform excluded when Any Platform set to true.
public bool GetExcludeFromAnyPlatform(BuildTarget platform)
Parameters
Target platform.
Returns
Type | Description |
|---|---|
| bool |
Remarks
See also PluginImporter.SetExcludeFromAnyPlatform.