C# 클래스 UnityEditor.WSA.MetroSettingsEditorExtension.MetroScaledImage

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

공개 프로퍼티들

프로퍼티 타입 설명
height int
image UnityEngine.Texture2D
imagePath string
label string
scale PlayerSettings.WSAImageScale
type PlayerSettings.WSAImageType
width int

공개 메소드들

메소드 설명
MetroScaledImage ( UnityEditor.PlayerSettings type, UnityEditor.PlayerSettings scale, string label, int width, int height ) : System

메소드 상세

MetroScaledImage() 공개 메소드

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
리턴 System

프로퍼티 상세

height 공개적으로 프로퍼티

public int height
리턴 int

image 공개적으로 프로퍼티

public Texture2D,UnityEngine image
리턴 UnityEngine.Texture2D

imagePath 공개적으로 프로퍼티

public string imagePath
리턴 string

label 공개적으로 프로퍼티

public string label
리턴 string

scale 공개적으로 프로퍼티

public PlayerSettings.WSAImageScale scale
리턴 PlayerSettings.WSAImageScale

type 공개적으로 프로퍼티

public PlayerSettings.WSAImageType type
리턴 PlayerSettings.WSAImageType

width 공개적으로 프로퍼티

public int width
리턴 int