Uses of Enum
io.qt.qt3d.render.QAttribute.VertexBaseType
Packages that use QAttribute.VertexBaseType
-
Uses of QAttribute.VertexBaseType in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QAttribute.VertexBaseTypeMethods in io.qt.qt3d.render that return QAttribute.VertexBaseTypeModifier 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()
Methods in io.qt.qt3d.render with parameters of type QAttribute.VertexBaseTypeModifier and TypeMethodDescriptionfinal void
QAttribute.setDataType
(QAttribute.VertexBaseType type) SeeQt3DRender::QAttribute::
setDataType(Qt3DRender::QAttribute::VertexBaseType) final void
QAttribute.setVertexBaseType
(QAttribute.VertexBaseType type) Constructors in io.qt.qt3d.render with parameters of type QAttribute.VertexBaseTypeModifierConstructorDescriptionQAttribute
(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)