Uses of Class
io.qt.quick.QSGTexture.AnisotropyLevel
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGTexture.AnisotropyLevel in io.qt.quick
Methods in io.qt.quick that return QSGTexture.AnisotropyLevel Modifier and Type Method Description QSGTexture.AnisotropyLevel
QSGOpaqueTextureMaterial. anisotropyLevel()
QSGTexture.AnisotropyLevel
QSGTexture. anisotropyLevel()
static QSGTexture.AnisotropyLevel
QSGTexture.AnisotropyLevel. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGTexture.AnisotropyLevel
QSGTexture.AnisotropyLevel. valueOf(String name)
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.AnisotropyLevel Modifier and Type Method Description void
QSGOpaqueTextureMaterial. setAnisotropyLevel(QSGTexture.AnisotropyLevel level)
void
QSGTexture. setAnisotropyLevel(QSGTexture.AnisotropyLevel level)