Uses of Enum
io.qt.qt3d.render.QAttribute.VertexBaseType
-
Uses of QAttribute.VertexBaseType in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QAttribute.VertexBaseTypeModifier and TypeFieldDescriptionfinal io.qt.core.QObject.Signal1<QAttribute.VertexBaseType>QAttribute.dataTypeChangedfinal io.qt.core.QObject.Signal1<QAttribute.VertexBaseType>QAttribute.vertexBaseTypeChangedMethods in io.qt.qt3d.render that return QAttribute.VertexBaseTypeModifier and TypeMethodDescriptionstatic QAttribute.VertexBaseTypeQAttribute.VertexBaseType.resolve(int value) Returns the corresponding enum entry for the given value.static QAttribute.VertexBaseTypeReturns 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 voidQAttribute.setDataType(QAttribute.VertexBaseType type) Deprecated.final voidQAttribute.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, io.qt.qt3d.core.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, io.qt.qt3d.core.QNode parent)