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