Uses of Class
io.qt.qt3d.render.quick.scene2d.QScene2D.RenderPolicy
Package | Description |
---|---|
io.qt.qt3d.render.quick.scene2d |
-
Uses of QScene2D.RenderPolicy in io.qt.qt3d.render.quick.scene2d
Fields in io.qt.qt3d.render.quick.scene2d with type parameters of type QScene2D.RenderPolicy Modifier and Type Field Description QObject.Signal1<QScene2D.RenderPolicy>
QScene2D. renderPolicyChanged
Methods in io.qt.qt3d.render.quick.scene2d that return QScene2D.RenderPolicy Modifier and Type Method Description QScene2D.RenderPolicy
QScene2D. renderPolicy()
static QScene2D.RenderPolicy
QScene2D.RenderPolicy. resolve(int value)
Returns the corresponding enum entry for the given value.static QScene2D.RenderPolicy
QScene2D.RenderPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static QScene2D.RenderPolicy[]
QScene2D.RenderPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render.quick.scene2d with parameters of type QScene2D.RenderPolicy Modifier and Type Method Description void
QScene2D. setRenderPolicy(QScene2D.RenderPolicy policy)