This version of Unity is unsupported.

Vertex

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

Represents a vertex of geometry for drawing content of VisualElement.

Static Properties

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.

Properties

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