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