This version of Unity is unsupported.

NamedBuildTarget

struct in UnityEditor.Build

Description

Build Target by name.

Static Properties

AndroidAndroid.
EmbeddedLinuxEmbeddedLinux.
iOSiOS.
LinuxHeadlessSimulationLinuxHeadlessSimulation.
NintendoSwitchNintendo Switch.
PS4PS4.
QNXQNX.
ServerServer.
StadiaStadia.
StandaloneDesktop Standalone.
tvOSTvOS.
UnknownUnknown.
WebGLWebGL.
WindowsStoreAppsWindows Store Apps.
XboxOneXbox One.

Properties

TargetNameName of the build target.

Public Methods

ToBuildTargetGroupReturns the appropriate BuildTargetGroup that corresponds to the specified NamedBuildTarget.

Static Methods

FromBuildTargetGroupReturns the appropriate NamedBuildTarget that corresponds to the specified BuildTargetGroup.