C# 클래스 UnityEditor.iOS.SplashScreenJson

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 프로퍼티들

프로퍼티 타입 설명
fileSuffix string
hasOrientation bool
isPortrait bool
minOsVersion string
size string
types UnityEditor.iOS.SplashScreenJson[]

공개 메소드들

메소드 설명
SplashScreenJson ( string minOsVersion, string fileSuffix, string size, bool hasOrientation, bool isPortrait ) : System

비공개 메소드들

메소드 설명
SplashScreenJson ( ) : System

메소드 상세

SplashScreenJson() 공개 메소드

public SplashScreenJson ( string minOsVersion, string fileSuffix, string size, bool hasOrientation, bool isPortrait ) : System
minOsVersion string
fileSuffix string
size string
hasOrientation bool
isPortrait bool
리턴 System

프로퍼티 상세

fileSuffix 공개적으로 프로퍼티

public string fileSuffix
리턴 string

hasOrientation 공개적으로 프로퍼티

public bool hasOrientation
리턴 bool

isPortrait 공개적으로 프로퍼티

public bool isPortrait
리턴 bool

minOsVersion 공개적으로 프로퍼티

public string minOsVersion
리턴 string

size 공개적으로 프로퍼티

public string size
리턴 string

types 공개적으로 정적으로 프로퍼티

public static SplashScreenJson[],UnityEditor.iOS types
리턴 UnityEditor.iOS.SplashScreenJson[]