Uses of Class
io.qt.quick3d.QQuick3DGeometry.PrimitiveType
Package | Description |
---|---|
io.qt.quick3d |
-
Uses of QQuick3DGeometry.PrimitiveType in io.qt.quick3d
Methods in io.qt.quick3d that return QQuick3DGeometry.PrimitiveType Modifier and Type Method Description QQuick3DGeometry.PrimitiveType
QQuick3DGeometry. primitiveType()
static QQuick3DGeometry.PrimitiveType
QQuick3DGeometry.PrimitiveType. resolve(int value)
Returns the corresponding enum entry for the given value.static QQuick3DGeometry.PrimitiveType
QQuick3DGeometry.PrimitiveType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QQuick3DGeometry.PrimitiveType[]
QQuick3DGeometry.PrimitiveType. 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.PrimitiveType Modifier and Type Method Description void
QQuick3DGeometry. setPrimitiveType(QQuick3DGeometry.PrimitiveType type)