Uses of Class
io.qt.quick3d.QQuick3DGeometry.Attribute.ComponentType
Package | Description |
---|---|
io.qt.quick3d |
-
Uses of QQuick3DGeometry.Attribute.ComponentType in io.qt.quick3d
Methods in io.qt.quick3d that return QQuick3DGeometry.Attribute.ComponentType Modifier and Type Method Description QQuick3DGeometry.Attribute.ComponentType
QQuick3DGeometry.Attribute. componentType()
static QQuick3DGeometry.Attribute.ComponentType
QQuick3DGeometry.Attribute.ComponentType. resolve(int value)
Returns the corresponding enum entry for the given value.static QQuick3DGeometry.Attribute.ComponentType
QQuick3DGeometry.Attribute.ComponentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QQuick3DGeometry.Attribute.ComponentType[]
QQuick3DGeometry.Attribute.ComponentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick3d with parameters of type QQuick3DGeometry.Attribute.ComponentType Modifier and Type Method Description void
QQuick3DGeometry. addAttribute(QQuick3DGeometry.Attribute.Semantic semantic, int offset, QQuick3DGeometry.Attribute.ComponentType componentType)
void
QQuick3DGeometry.Attribute. setComponentType(QQuick3DGeometry.Attribute.ComponentType componentType)