interface IGraphics2DVertexBlock {
    positions: number[];
    vertexViews: I2DGraphicVertexDataView[];
}

实现于

属性

positions: number[]