Uses of Class
io.qt.qt3d.render.QComputeCommand.RunType
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QComputeCommand.RunType in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QComputeCommand.RunType Modifier and Type Method Description static QComputeCommand.RunType
QComputeCommand.RunType. resolve(int value)
Returns the corresponding enum entry for the given value.QComputeCommand.RunType
QComputeCommand. runType()
static QComputeCommand.RunType
QComputeCommand.RunType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QComputeCommand.RunType[]
QComputeCommand.RunType. 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 QComputeCommand.RunType Modifier and Type Method Description void
QComputeCommand. setRunType(QComputeCommand.RunType runType)