Property | Type | Description | |
---|---|---|---|
deviceType | DeviceType | ||
height | float | ||
scale | int | ||
types | UnityEditor.iOS.Icon[] | ||
width | float | ||
xcodefile | string |
Method | Description | |
---|---|---|
Icon ( DeviceType deviceType, float width, float height, int scale, string xcodefile ) : System |
Method | Description | |
---|---|---|
Icon ( ) : System |
public Icon ( DeviceType deviceType, float width, float height, int scale, string xcodefile ) : System | ||
deviceType | DeviceType | |
width | float | |
height | float | |
scale | int | |
xcodefile | string | |
return | System |
public static Icon[],UnityEditor.iOS types | ||
return | UnityEditor.iOS.Icon[] |