Uses of Class
io.qt.qt3d.render.QRenderAspect.RenderType
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QRenderAspect.RenderType in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QRenderAspect.RenderType Modifier and Type Method Description static QRenderAspect.RenderType
QRenderAspect.RenderType. resolve(int value)
Returns the corresponding enum entry for the given value.static QRenderAspect.RenderType
QRenderAspect.RenderType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRenderAspect.RenderType[]
QRenderAspect.RenderType. 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.RenderType Constructor Description QRenderAspect(QRenderAspect.RenderType type)
Overloaded constructor forQRenderAspect(io.qt.qt3d.render.QRenderAspect.RenderType, io.qt.core.QObject)
withparent = null
.QRenderAspect(QRenderAspect.RenderType type, QObject parent)