This version of Unity is unsupported.

UIVertex

struct in UnityEngine

/

Implemented in:UnityEngine.TextRenderingModule

Description

Vertex class used by a Canvas for managing vertices.

Static Properties

simpleVertSimple UIVertex with sensible settings for use in the UI system.

Properties

colorVertex color.
normalNormal.
positionVertex position.
tangentTangent.
uv0The first texture coordinate set of the mesh. Used by UI elements by default.
uv1The second texture coordinate set of the mesh, if present.
uv2The Third texture coordinate set of the mesh, if present.
uv3The forth texture coordinate set of the mesh, if present.