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()SeeQQuick3DGeometry::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 voidQQuick3DGeometry.addAttribute(QQuick3DGeometry.Attribute.Semantic semantic, int offset, QQuick3DGeometry.Attribute.ComponentType componentType) SeeQQuick3DGeometry::addAttribute(QQuick3DGeometry::Attribute::Semantic, int, QQuick3DGeometry::Attribute::ComponentType) final voidQQuick3DGeometry.Attribute.setSemantic(QQuick3DGeometry.Attribute.Semantic semantic) SeeQQuick3DGeometry::Attribute::semantic Constructors in io.qt.quick3d with parameters of type QQuick3DGeometry.Attribute.SemanticModifierConstructorDescriptionAttribute(QQuick3DGeometry.Attribute.Semantic semantic, int offset, QQuick3DGeometry.Attribute.ComponentType componentType) SeeQQuick3DGeometry::Attribute::Attribute{QQuick3DGeometry::Attribute::Semantic, int, QQuick3DGeometry::Attribute::ComponentType}