Version: 2020.1
언어: 한국어

UIVertex

struct in UnityEngine

매뉴얼로 전환

설명

Vertex class used by a Canvas for managing vertices.

정적 변수

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

변수

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.