C# Class UnityEditor.WSA.MetroSettingsEditorExtension.MetroScaledImage

显示文件 Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
height int
image UnityEngine.Texture2D
imagePath string
label string
scale PlayerSettings.WSAImageScale
type PlayerSettings.WSAImageType
width int

Public Methods

Method Description
MetroScaledImage ( UnityEditor.PlayerSettings type, UnityEditor.PlayerSettings scale, string label, int width, int height ) : System

Method Details

MetroScaledImage() public method

public MetroScaledImage ( UnityEditor.PlayerSettings type, UnityEditor.PlayerSettings scale, string label, int width, int height ) : System
type UnityEditor.PlayerSettings
scale UnityEditor.PlayerSettings
label string
width int
height int
return System

Property Details

height public_oe property

public int height
return int

image public_oe property

public Texture2D,UnityEngine image
return UnityEngine.Texture2D

imagePath public_oe property

public string imagePath
return string

label public_oe property

public string label
return string

scale public_oe property

public PlayerSettings.WSAImageScale scale
return PlayerSettings.WSAImageScale

type public_oe property

public PlayerSettings.WSAImageType type
return PlayerSettings.WSAImageType

width public_oe property

public int width
return int