C# Class UnityEditor.iOS.Icon

Show file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
deviceType DeviceType
height float
scale int
types UnityEditor.iOS.Icon[]
width float
xcodefile string

Public Methods

Method Description
Icon ( DeviceType deviceType, float width, float height, int scale, string xcodefile ) : System

Private Methods

Method Description
Icon ( ) : System

Method Details

Icon() public method

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

Property Details

deviceType public property

public DeviceType deviceType
return DeviceType

height public property

public float height
return float

scale public property

public int scale
return int

types public static property

public static Icon[],UnityEditor.iOS types
return UnityEditor.iOS.Icon[]

width public property

public float width
return float

xcodefile public property

public string xcodefile
return string