Uses of Class
io.qt.qt3d.render.QAttribute.VertexBaseType
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QAttribute.VertexBaseType in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QAttribute.VertexBaseType Modifier and Type Field Description QObject.Signal1<QAttribute.VertexBaseType>
QAttribute. dataTypeChanged
QObject.Signal1<QAttribute.VertexBaseType>
QAttribute. vertexBaseTypeChanged
Methods in io.qt.qt3d.render that return QAttribute.VertexBaseType Modifier and Type Method Description static QAttribute.VertexBaseType
QAttribute.VertexBaseType. resolve(int value)
Returns the corresponding enum entry for the given value.static QAttribute.VertexBaseType
QAttribute.VertexBaseType. valueOf(String name)
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
QAttribute. vertexBaseType()
Methods in io.qt.qt3d.render with parameters of type QAttribute.VertexBaseType Modifier and Type Method Description void
QAttribute. setDataType(QAttribute.VertexBaseType type)
Deprecated.void
QAttribute. setVertexBaseType(QAttribute.VertexBaseType type)
Constructors in io.qt.qt3d.render with parameters of type QAttribute.VertexBaseType Constructor Description QAttribute(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)