Vertex

struct in UnityEngine.UIElements

Switch to Manual

Description

Represents a vertex of geometry for drawing content of VisualElement.

Static Variables

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.