Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

platformName

Returns

Type

Description

bool

Remarks

GetExcludeFromAnyPlatform(BuildTarget)

Is platform excluded when Any Platform set to true.
public bool GetExcludeFromAnyPlatform(BuildTarget platform)

Parameters

platform

Target platform.

Returns

Type

Description

bool

Remarks