Uses of Class
io.qt.qt3d.render.QAbstractTexture.Target
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QAbstractTexture.Target in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QAbstractTexture.Target Modifier and Type Method Description static QAbstractTexture.Target
QAbstractTexture.Target. resolve(int value)
Returns the corresponding enum entry for the given value.QAbstractTexture.Target
QAbstractTexture. target()
QAbstractTexture.Target
QTextureData. target()
static QAbstractTexture.Target
QAbstractTexture.Target. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractTexture.Target[]
QAbstractTexture.Target. 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 QAbstractTexture.Target Modifier and Type Method Description void
QTextureData. setTarget(QAbstractTexture.Target target)
Constructors in io.qt.qt3d.render with parameters of type QAbstractTexture.Target Constructor Description QAbstractTexture(QAbstractTexture.Target target)
Overloaded constructor forQAbstractTexture(io.qt.qt3d.render.QAbstractTexture.Target, io.qt.qt3d.core.QNode)
withparent = null
.QAbstractTexture(QAbstractTexture.Target target, QNode parent)