Uses of Class
io.qt.qt3d.render.QAbstractTexture.CubeMapFace
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QAbstractTexture.CubeMapFace in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QAbstractTexture.CubeMapFace Modifier and Type Field Description QObject.Signal1<QAbstractTexture.CubeMapFace>
QAbstractTextureImage. faceChanged
QObject.Signal1<QAbstractTexture.CubeMapFace>
QRenderTargetOutput. faceChanged
Methods in io.qt.qt3d.render that return QAbstractTexture.CubeMapFace Modifier and Type Method Description QAbstractTexture.CubeMapFace
QAbstractTextureImage. face()
QAbstractTexture.CubeMapFace
QRenderTargetOutput. face()
QAbstractTexture.CubeMapFace
QTextureDataUpdate. face()
static QAbstractTexture.CubeMapFace
QAbstractTexture.CubeMapFace. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractTexture.CubeMapFace
QAbstractTexture.CubeMapFace. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractTexture.CubeMapFace[]
QAbstractTexture.CubeMapFace. 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.CubeMapFace Modifier and Type Method Description void
QAbstractTextureImage. setFace(QAbstractTexture.CubeMapFace face)
void
QRenderTargetOutput. setFace(QAbstractTexture.CubeMapFace face)
void
QTextureDataUpdate. setFace(QAbstractTexture.CubeMapFace face)