Uses of Class
io.qt.qt3d.render.QRenderAspect.SubmissionType
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QRenderAspect.SubmissionType in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QRenderAspect.SubmissionType Modifier and Type Method Description static QRenderAspect.SubmissionType
QRenderAspect.SubmissionType. resolve(int value)
Returns the corresponding enum entry for the given value.static QRenderAspect.SubmissionType
QRenderAspect.SubmissionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRenderAspect.SubmissionType[]
QRenderAspect.SubmissionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.qt3d.render with parameters of type QRenderAspect.SubmissionType Constructor Description QRenderAspect(QRenderAspect.SubmissionType submissionType)
Overloaded constructor forQRenderAspect(io.qt.qt3d.render.QRenderAspect.SubmissionType, io.qt.core.QObject)
withparent = null
.QRenderAspect(QRenderAspect.SubmissionType submissionType, QObject parent)