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