docs.unity.cn
    Show / Hide Table of Contents

    Struct Vertex2DMetaData

    A structure that contains meta data about vertices in a Sprite.

    Namespace: UnityEditor.U2D.Sprites
    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
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 09 May 2022
    Terms of use