Uses of Enum
io.qt.qt3d.render.QAbstractTexture.CubeMapFace
Packages that use QAbstractTexture.CubeMapFace
-
Uses of QAbstractTexture.CubeMapFace in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QAbstractTexture.CubeMapFaceModifier and TypeFieldDescriptionQAbstractTextureImage.faceChanged
QRenderTargetOutput.faceChanged
Methods in io.qt.qt3d.render that return QAbstractTexture.CubeMapFaceModifier and TypeMethodDescriptionQAbstractTextureImage.face()
QRenderTargetOutput.face()
QTextureDataUpdate.face()
static QAbstractTexture.CubeMapFace
QAbstractTexture.CubeMapFace.resolve
(int value) Returns the corresponding enum entry for the given value.static QAbstractTexture.CubeMapFace
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.CubeMapFaceModifier and TypeMethodDescriptionfinal void
QAbstractTextureImage.setFace
(QAbstractTexture.CubeMapFace face) final void
QRenderTargetOutput.setFace
(QAbstractTexture.CubeMapFace face) final void
QTextureDataUpdate.setFace
(QAbstractTexture.CubeMapFace face)