Uses of Enum
io.qt.qt3d.render.QAttribute.AttributeType
Packages that use QAttribute.AttributeType
-
Uses of QAttribute.AttributeType in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QAttribute.AttributeTypeMethods in io.qt.qt3d.render that return QAttribute.AttributeTypeModifier and TypeMethodDescriptionfinal QAttribute.AttributeType
QAttribute.attributeType()
static QAttribute.AttributeType
QAttribute.AttributeType.resolve
(int value) Returns the corresponding enum entry for the given value.static QAttribute.AttributeType
Returns the enum constant of this type with the specified name.static QAttribute.AttributeType[]
QAttribute.AttributeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render with parameters of type QAttribute.AttributeTypeModifier and TypeMethodDescriptionfinal void
QAttribute.setAttributeType
(QAttribute.AttributeType attributeType)