Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AssemblyDefinitionPlatform

Contains information about a platform supported by the assembly definition files.
Read time 1 minuteLast updated 5 days ago

Definition

public struct AssemblyDefinitionPlatform

Properties

Property

Description

BuildTargetBuildTarget for the AssemblyDefinitionPlatform.
DisplayNameDisplay name for the platform.
HasSubtargetIndicates whether or not the associated BuildTarget has a subtarget specified.
NameName used in assembly definition files.
SubtargetThe subtarget integer ID; only relevant when HasSubtarget is true.