Class PlatformInfo
Provides information about platform.
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public sealed class PlatformInfo
Properties
Name | Description |
---|---|
DisplayName | Text which is used to display a platform in UI? |
IconName | Platform icon name |
Name | Provide a name for platform, used for serialization Note: Changing the name, will break serialization |
PackageName | Provides a package name where platform's pipeline is implemented This value can be null, that missing platform doesn't have a pipeline implemented In case of Classic pipeline, MissingPipeline will be used |