The x coordinate of the vertex.
The y coordinate of the vertex.
可选
color: Readonly<Color>The color of the vertex. If not set, the color will be the default color.
可选
u: numberThe u of the vertex. If not set, the u will be calculated based on the contentRect and uvRect.
可选
v: numberThe v of the vertex. If not set, the v will be calculated based on the contentRect and uvRect.
可选
mainTex: Texture
En
Vertex stream is a tool for appending vertices and triangles.
Zh
顶点流工具,用于顶点数据和三角形数据的添加。
Blueprint Ignore