Class Platform
Platform base class.
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public abstract class Platform
Properties
Name | Description |
---|---|
AvailablePlatforms | All available platforms. |
DisplayName | Platform display name, used in user interface. |
IconName | Platform icon name. |
Name | Platform name, used for serialization. |
PackageName | Platform package name. |
Methods
Name | Description |
---|---|
Equals(object) | Determines whether the specified object is equal to the current object. |
Equals(Platform) | |
GetHashCode() | Serves as the default hash function. |
GetPlatformByName(string) | Get platform by name. |
Operators
Name | Description |
---|---|
operator ==(Platform, Platform) | |
operator !=(Platform, Platform) |