C# 클래스 UnityEngine.InternalDrawTextureArguments

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bottomBorder int
color Color32
leftBorder int
mat Material
pass int
rightBorder int
screenRect Rect
sourceRect Rect
texture Texture
topBorder int

프로퍼티 상세

bottomBorder 공개적으로 프로퍼티

public int bottomBorder
리턴 int

color 공개적으로 프로퍼티

public Color32,UnityEngine color
리턴 Color32

leftBorder 공개적으로 프로퍼티

public int leftBorder
리턴 int

mat 공개적으로 프로퍼티

public Material,UnityEngine mat
리턴 Material

pass 공개적으로 프로퍼티

public int pass
리턴 int

rightBorder 공개적으로 프로퍼티

public int rightBorder
리턴 int

screenRect 공개적으로 프로퍼티

public Rect,UnityEngine screenRect
리턴 Rect

sourceRect 공개적으로 프로퍼티

public Rect,UnityEngine sourceRect
리턴 Rect

texture 공개적으로 프로퍼티

public Texture,UnityEngine texture
리턴 Texture

topBorder 공개적으로 프로퍼티

public int topBorder
리턴 int