SpineVirtualMesh class for handling Spine skeleton mesh rendering.
SpineVirtualMesh 类用于处理 Spine 骨骼网格渲染。
Material to be used for rendering.
Create a SpineVirtualMesh instance.
创建 SpineVirtualMesh 实例。
Render element for 2D rendering.
用于2D渲染的渲染元素。
Geometry element for rendering.
用于渲染的几何元素。
静态
Shared index array for all instances.
所有实例共享的索引数组。
Maximum number of vertices. Limited by 64K indexbuffer constraint.
最大顶点数。受64K索引缓冲区限制。
Shared vertex array for all instances.
所有实例共享的顶点数组。
Size of each vertex in the vertex array.
顶点数组中每个顶点的大小。
Size of each vertex in the vertex array with Two Color.
双顶点色模式顶点数组中每个顶点的大小。
The material of the mesh.
网格的材质。
The vertex declaration for the mesh.
网格的顶点声明。
Array of vertex positions.
Number of vertices to append.
Array of indices.
Number of indices to append.
Color to apply to vertices.
Array of UV coordinates.
Append vertices to the mesh.
向网格添加顶点。
Array of vertex data.
Array of index data.
Append clipped vertices and indices.
裁剪后的顶点和索引。
Number of vertices to be appended.
Number of indices to be appended.
True if the mesh can append, false otherwise.
Check if the mesh can append more vertices and indices.
检查网格是否能够添加更多的顶点和索引。
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
SpineVirtualMesh class for handling Spine skeleton mesh rendering.
Zh
SpineVirtualMesh 类用于处理 Spine 骨骼网格渲染。