构造函数

属性

SPINEMESH_COLOR2: number = 11

方法

  • 参数

    • vertexDeclaration: VertexDeclaration

      The vertex declaration that defines the structure of vertex data.

    返回 Mesh2D

    A new Mesh2D object configured for dynamic rendering.

    Creates a dynamic mesh based on the given vertex declaration. This method is used to generate a Mesh2D object with dynamic vertex data.

    根据给定的顶点声明创建一个动态网格。 此方法用于生成一个具有动态顶点数据的 Mesh2D 对象。