AssemblyDefinitionPlatform
Contains information about a platform supported by the assembly definition files.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public struct AssemblyDefinitionPlatform
Properties
Property | Description |
|---|---|
| BuildTarget | BuildTarget for the AssemblyDefinitionPlatform. |
| DisplayName | Display name for the platform. |
| HasSubtarget | Indicates whether or not the associated BuildTarget has a subtarget specified. |
| Name | Name used in assembly definition files. |
| Subtarget | The subtarget integer ID; only relevant when HasSubtarget is true. |