C# Class UnityEngine.UI.Extensions.UICornerCut

Inheritance: UnityEngine.UI.Extensions.UIPrimitiveBase
Afficher le fichier Open project: renketsu0/oculus_data_vis Class Usage Examples

Méthodes publiques

Свойство Type Description
colorDown Color32
colorUp Color32
cornerSize Vector2
cutLL bool
cutLR bool
cutUR bool
useColorDown bool

Méthodes protégées

Méthode Description
OnPopulateMesh ( Mesh m ) : void

Private Methods

Méthode Description
AddSquare ( Rect rect, Rect rectUV, Color32 color32, VertexHelper vh ) : void
AddSquare ( Vector2 a, Vector2 b, Vector2 c, Vector2 d, Rect rectUV, Color32 color32, VertexHelper vh ) : void
AddVert ( float x, float y, Rect area, Color32 color32, VertexHelper vh ) : int

Auto UV handler within the assigned area

Method Details

OnPopulateMesh() protected méthode

protected OnPopulateMesh ( Mesh m ) : void
m Mesh
Résultat void

Property Details

colorDown public_oe property

public Color32 colorDown
Résultat Color32

colorUp public_oe property

public Color32 colorUp
Résultat Color32

cornerSize public_oe property

public Vector2 cornerSize
Résultat Vector2

cutLL public_oe property

public bool cutLL
Résultat bool

cutLR public_oe property

public bool cutLR
Résultat bool

cutUR public_oe property

public bool cutUR
Résultat bool

useColorDown public_oe property

public bool useColorDown
Résultat bool