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 TypeMethodDescriptionQSGOpaqueTextureMaterial.anisotropyLevel()QSGTexture.anisotropyLevel()static QSGTexture.AnisotropyLevelQSGTexture.AnisotropyLevel.resolve(int value) Returns the corresponding enum entry for the given value.static QSGTexture.AnisotropyLevelReturns 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 TypeMethodDescriptionfinal voidQSGOpaqueTextureMaterial.setAnisotropyLevel(QSGTexture.AnisotropyLevel level) final voidQSGTexture.setAnisotropyLevel(QSGTexture.AnisotropyLevel level)