C# Class UnityEngine.InternalDrawTextureArguments

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
bottomBorder int
color Color32
leftBorder int
mat Material
pass int
rightBorder int
screenRect Rect
sourceRect Rect
texture Texture
topBorder int

Property Details

bottomBorder public property

public int bottomBorder
return int

color public property

public Color32,UnityEngine color
return Color32

leftBorder public property

public int leftBorder
return int

mat public property

public Material,UnityEngine mat
return Material

pass public property

public int pass
return int

rightBorder public property

public int rightBorder
return int

screenRect public property

public Rect,UnityEngine screenRect
return Rect

sourceRect public property

public Rect,UnityEngine sourceRect
return Rect

texture public property

public Texture,UnityEngine texture
return Texture

topBorder public property

public int topBorder
return int