Property | Type | Description | |
---|---|---|---|
fileSuffix | string | ||
hasOrientation | bool | ||
isPortrait | bool | ||
minOsVersion | string | ||
size | string | ||
types | UnityEditor.iOS.SplashScreenJson[] |
Method | Description | |
---|---|---|
SplashScreenJson ( string minOsVersion, string fileSuffix, string size, bool hasOrientation, bool isPortrait ) : System |
Method | Description | |
---|---|---|
SplashScreenJson ( ) : System |
public SplashScreenJson ( string minOsVersion, string fileSuffix, string size, bool hasOrientation, bool isPortrait ) : System | ||
minOsVersion | string | |
fileSuffix | string | |
size | string | |
hasOrientation | bool | |
isPortrait | bool | |
return | System |