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