Struct Vertex2DMetaData
A structure that contains meta data about vertices in a Sprite.
Inherited Members
Namespace: UnityEditor.U2D.Sprites
Assembly: Unity.2D.Sprite.Editor.dll
Syntax
[Serializable]
public struct Vertex2DMetaData
Fields
boneWeight
The BoneWeight of the vertex.
Declaration
public BoneWeight boneWeight
Field Value
Type | Description |
---|---|
BoneWeight |
position
The position of the vertex.
Declaration
public Vector2 position
Field Value
Type | Description |
---|---|
Vector2 |