java.lang.Object
io.qt.quick.QSGGeometry.VertexData<QSGGeometry.ColoredPoint2D>
io.qt.quick.QSGGeometry.ColoredPoint2DVertexData
- Enclosing class:
- QSGGeometry
public static class QSGGeometry.ColoredPoint2DVertexData extends QSGGeometry.VertexData<QSGGeometry.ColoredPoint2D>
-
Constructor Summary
Constructors Constructor Description ColoredPoint2DVertexData(long pointer, int size)
-
Method Summary
Modifier and Type Method Description QSGGeometry.ColoredPoint2D
get(int index)
void
set(int index, QSGGeometry.ColoredPoint2D value)
-
Constructor Details
-
ColoredPoint2DVertexData
public ColoredPoint2DVertexData(long pointer, int size)
-
-
Method Details
-
get
- Overrides:
get
in classQSGGeometry.VertexData<QSGGeometry.ColoredPoint2D>
-
set
- Overrides:
set
in classQSGGeometry.VertexData<QSGGeometry.ColoredPoint2D>
-