Uses of Enum
io.qt.qt3d.render.QComputeCommand.RunType
Packages that use QComputeCommand.RunType
-
Uses of QComputeCommand.RunType in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QComputeCommand.RunTypeModifier and TypeMethodDescriptionfinal QComputeCommand.RunType
QComputeCommand.getRunType()
Kotlin property getter.static QComputeCommand.RunType
QComputeCommand.RunType.resolve
(int value) Returns the corresponding enum entry for the given value.final QComputeCommand.RunType
QComputeCommand.runType()
static QComputeCommand.RunType
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.RunTypeModifier and TypeMethodDescriptionfinal void
QComputeCommand.setRunType
(QComputeCommand.RunType runType)