Version: 2023.1
언어: 한국어

NamedBuildTarget

struct in UnityEditor.Build

매뉴얼로 전환

설명

Build Target by name. This allows to describe and identify build targets that are not fully represented by BuildTargetGroup and BuildTarget.

정적 변수

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

변수

TargetNameName of the build target.

Public 함수

ToBuildTargetGroupReturns the appropriate BuildTargetGroup that corresponds to the specified NamedBuildTarget.

정적 함수

FromBuildTargetGroupReturns the appropriate NamedBuildTarget that corresponds to the specified BuildTargetGroup.