Uses of Enum
io.qt.quick.QSGTexture.AnisotropyLevel
Packages that use QSGTexture.AnisotropyLevel
-
Uses of QSGTexture.AnisotropyLevel in io.qt.quick
Methods in io.qt.quick that return QSGTexture.AnisotropyLevelModifier and TypeMethodDescriptionabstract QSGTexture.AnisotropyLevel
QSGImageNode.anisotropyLevel()
QSGOpaqueTextureMaterial.anisotropyLevel()
QSGTexture.anisotropyLevel()
static QSGTexture.AnisotropyLevel
QSGTexture.AnisotropyLevel.resolve
(int value) Returns the corresponding enum entry for the given value.static QSGTexture.AnisotropyLevel
Returns the enum constant of this type with the specified name.static QSGTexture.AnisotropyLevel[]
QSGTexture.AnisotropyLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QSGTexture.AnisotropyLevelModifier and TypeMethodDescriptionabstract void
QSGImageNode.setAnisotropyLevel
(QSGTexture.AnisotropyLevel level) final void
QSGOpaqueTextureMaterial.setAnisotropyLevel
(QSGTexture.AnisotropyLevel level) final void
QSGTexture.setAnisotropyLevel
(QSGTexture.AnisotropyLevel level)