Class Platform
Platform base class.
Implements
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public abstract class Platform : IEquatable<Platform>
Properties
Name | Description |
---|---|
Available |
All available platforms. |
Display |
Platform display name. Used for displaying on user interface. |
Has |
Determine if the platform has a known package. |
Icon |
Platform icon file path. |
Is |
Determine if the platform package is installed. |
Is |
Determine if the platform is public, or closed (require license to use). |
Name | Platform short name. Used by serialization. |
Package |
Platform package identifier. |
Methods
Name | Description |
---|---|
Equals(object) | Determines whether the specified object is equal to the current object. |
Equals(Platform) | Indicates whether the current object is equal to another object of the same type. |
Get |
Serves as the default hash function. |
Get |
Get current platform name. |
Get |
Get platform by name. |
Install |
Start installation of platform package. |
Operators
Name | Description |
---|---|
operator ==(Platform, Platform) | |
operator !=(Platform, Platform) |