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