Uses of Enum
io.qt.qt3d.render.QAttribute.VertexBaseType
-
Uses of QAttribute.VertexBaseType in io.qt.qt3d.render
Modifier and TypeMethodDescriptionstatic QAttribute.VertexBaseType
QAttribute.VertexBaseType.resolve
(int value) Returns the corresponding enum entry for the given value.static QAttribute.VertexBaseType
Returns the enum constant of this type with the specified name.static QAttribute.VertexBaseType[]
QAttribute.VertexBaseType.values()
Returns an array containing the constants of this enum type, in the order they are declared.QAttribute.vertexBaseType()
Modifier and TypeMethodDescriptionfinal void
QAttribute.setDataType
(QAttribute.VertexBaseType type) SeeQt3DRender::QAttribute::
setDataType(Qt3DRender::QAttribute::VertexBaseType) final void
QAttribute.setVertexBaseType
(QAttribute.VertexBaseType type) ModifierConstructorDescriptionQAttribute
(QBuffer buf, QAttribute.VertexBaseType vertexBaseType, int vertexSize, int count) QAttribute
(QBuffer buf, QAttribute.VertexBaseType vertexBaseType, int vertexSize, int count, int offset) QAttribute
(QBuffer buf, QAttribute.VertexBaseType vertexBaseType, int vertexSize, int count, int offset, int stride) Overloaded constructor forQAttribute(io.qt.qt3d.render.QBuffer, io.qt.qt3d.render.QAttribute.VertexBaseType, int, int, int, int, io.qt.qt3d.core.QNode)
withparent = null
.QAttribute
(QBuffer buf, QAttribute.VertexBaseType vertexBaseType, int vertexSize, int count, int offset, int stride, QNode parent) QAttribute
(QBuffer buf, String name, QAttribute.VertexBaseType vertexBaseType, int vertexSize, int count) QAttribute
(QBuffer buf, String name, QAttribute.VertexBaseType vertexBaseType, int vertexSize, int count, int offset) QAttribute
(QBuffer buf, String name, QAttribute.VertexBaseType vertexBaseType, int vertexSize, int count, int offset, int stride) Overloaded constructor forQAttribute(io.qt.qt3d.render.QBuffer, java.lang.String, io.qt.qt3d.render.QAttribute.VertexBaseType, int, int, int, int, io.qt.qt3d.core.QNode)
withparent = null
.QAttribute
(QBuffer buf, String name, QAttribute.VertexBaseType vertexBaseType, int vertexSize, int count, int offset, int stride, QNode parent)