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

nearZ A 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

position Describes the vertex's position.
tint A color value for the vertex.
uv The UV coordinate of the vertex.