C# 클래스 UnityEditor.iOS.Icon

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

공개 프로퍼티들

프로퍼티 타입 설명
deviceType DeviceType
height float
scale int
types UnityEditor.iOS.Icon[]
width float
xcodefile string

공개 메소드들

메소드 설명
Icon ( DeviceType deviceType, float width, float height, int scale, string xcodefile ) : System

비공개 메소드들

메소드 설명
Icon ( ) : System

메소드 상세

Icon() 공개 메소드

public Icon ( DeviceType deviceType, float width, float height, int scale, string xcodefile ) : System
deviceType DeviceType
width float
height float
scale int
xcodefile string
리턴 System

프로퍼티 상세

deviceType 공개적으로 프로퍼티

public DeviceType deviceType
리턴 DeviceType

height 공개적으로 프로퍼티

public float height
리턴 float

scale 공개적으로 프로퍼티

public int scale
리턴 int

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

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

width 공개적으로 프로퍼티

public float width
리턴 float

xcodefile 공개적으로 프로퍼티

public string xcodefile
리턴 string