UIVertex

struct in UnityEngine

Cambiar al Manual

Descripción

Vertex class used by a Canvas for managing vertices.

Variables Estáticas

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

Variables

colorVertex color.
normalNormal.
positionVertex position.
tangentTangente.
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.