Vertex

struct in UnityEngine.UIElements

Cambiar al Manual

Descripción

Represents a vertex of geometry for drawing content of VisualElement.

Variables Estáticas

nearZA special value representing the near clipping plane. Always use this value as the vertex position's z component when building 2D (flat) UI geometry.

Variables

positionDescribes the vertex's position.
tintA color value for the vertex.
uvThe UV coordinate of the vertex.