Uses of Enum
io.qt.qt3d.core.QAttribute.VertexBaseType
-
Uses of QAttribute.VertexBaseType in io.qt.qt3d.core
Fields in io.qt.qt3d.core with type parameters of type QAttribute.VertexBaseTypeMethods in io.qt.qt3d.core 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.core with parameters of type QAttribute.VertexBaseTypeModifier and TypeMethodDescriptionfinal voidQAttribute.setVertexBaseType(QAttribute.VertexBaseType type) Constructors in io.qt.qt3d.core 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.core.QBuffer, io.qt.qt3d.core.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.core.QBuffer, java.lang.String, io.qt.qt3d.core.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)