SpineWasmVirturalMesh class for handling Spine skeleton mesh rendering using WebAssembly.
SpineWasmVirturalMesh 类用于使用 WebAssembly 处理 Spine 骨骼网格渲染。
Material to be used for rendering.
Create a SpineWasmVirturalMesh instance.
创建 SpineWasmVirturalMesh 实例。
Render element for 2D rendering.
用于2D渲染的渲染元素。
Geometry element for rendering.
用于渲染的几何元素。
静态
Maximum number of vertices. Limited by 64K indexbuffer constraint.
最大顶点数。受64K索引缓冲区限制。
The material of the mesh.
网格的材质。
The vertex declaration for the mesh.
网格的顶点声明。
Clear the mesh data.
清空网格数据。
Add the mesh to the rendering queue.
添加到渲染队列。
Vertex data array.
Number of vertices.
Index data array.
Number of indices.
Draw the mesh using provided vertex and index data.
使用提供的顶点和索引数据绘制网格。
Initialize the mesh.
初始化网格。
En
SpineWasmVirturalMesh class for handling Spine skeleton mesh rendering using WebAssembly.
Zh
SpineWasmVirturalMesh 类用于使用 WebAssembly 处理 Spine 骨骼网格渲染。