Unity - Scripting API: NamedBuildTarget
struct in UnityEditor.Build
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Build Target by name. This allows to describe and identify build targets that are not fully represented by BuildTargetGroup and BuildTarget.
Properties
| Property | Description |
|---|---|
| TargetName | Name of the build target. |
Public Methods
| Method | Description |
|---|---|
| ToBuildTargetGroup | Returns the appropriate BuildTargetGroup that corresponds to the specified NamedBuildTarget. |
Static Methods
| Method | Description |
|---|---|
| FromBuildTargetGroup | Returns the appropriate NamedBuildTarget that corresponds to the specified BuildTargetGroup. |