docs.unity.cn
    Show / Hide Table of Contents

    Interface IVertexModifier

    Namespace: UnityEngine.UI
    Syntax
    [Obsolete("Use IMeshModifier instead", true)]
    public interface IVertexModifier

    Methods

    ModifyVertices(List<UIVertex>)

    Declaration
    [Obsolete("use IMeshModifier.ModifyMesh (VertexHelper verts)  instead", true)]
    void ModifyVertices(List<UIVertex> verts)
    Parameters
    Type Name Description
    List<UIVertex> verts
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 June 2023