Uses of Enum
io.qt.quick3d.QQuick3DGeometry.Attribute.Semantic
Packages that use QQuick3DGeometry.Attribute.Semantic
-
Uses of QQuick3DGeometry.Attribute.Semantic in io.qt.quick3d
Methods in io.qt.quick3d that return QQuick3DGeometry.Attribute.SemanticModifier and TypeMethodDescriptionQQuick3DGeometry.Attribute.Semantic.resolve
(int value) Returns the corresponding enum entry for the given value.QQuick3DGeometry.Attribute.semantic()
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.SemanticModifier and TypeMethodDescriptionfinal void
QQuick3DGeometry.addAttribute
(QQuick3DGeometry.Attribute.Semantic semantic, int offset, QQuick3DGeometry.Attribute.ComponentType componentType) final void
QQuick3DGeometry.Attribute.setSemantic
(QQuick3DGeometry.Attribute.Semantic semantic)