C# Class UnityEngine.InternalDrawTextureArguments

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство 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_oe property

public int bottomBorder
Résultat int

color public_oe property

public Color32,UnityEngine color
Résultat Color32

leftBorder public_oe property

public int leftBorder
Résultat int

mat public_oe property

public Material,UnityEngine mat
Résultat Material

pass public_oe property

public int pass
Résultat int

rightBorder public_oe property

public int rightBorder
Résultat int

screenRect public_oe property

public Rect,UnityEngine screenRect
Résultat Rect

sourceRect public_oe property

public Rect,UnityEngine sourceRect
Résultat Rect

texture public_oe property

public Texture,UnityEngine texture
Résultat Texture

topBorder public_oe property

public int topBorder
Résultat int