Class is used to process 2D vertex meshes

类用于处理2D顶点网格

构造函数

方法

  • 参数

    • vertexFlags: string[]

      An array of vertex declaration flag characters, formatted as: "POSITION,COLOR,UV,BLENDWEIGHT,BLENDINDICES".

    • compatible: boolean = true

      Whether to enable compatible mode.

    返回 VertexDeclaration[]

    An array of vertex declarations.

    Retrieves the vertex declaration based on the provided vertex flags.

    根据提供的顶点声明标志字符获取顶点声明。