Uses of Enum
io.qt.qt3d.render.QCameraLens.ProjectionType
Packages that use QCameraLens.ProjectionType
-
Uses of QCameraLens.ProjectionType in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QCameraLens.ProjectionTypeMethods in io.qt.qt3d.render that return QCameraLens.ProjectionTypeModifier and TypeMethodDescriptionQCamera.getProjectionType()
Kotlin property getter.QCameraLens.getProjectionType()
Kotlin property getter.QCamera.projectionType()
QCameraLens.projectionType()
static QCameraLens.ProjectionType
QCameraLens.ProjectionType.resolve
(int value) Returns the corresponding enum entry for the given value.static QCameraLens.ProjectionType
Returns the enum constant of this type with the specified name.static QCameraLens.ProjectionType[]
QCameraLens.ProjectionType.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 QCameraLens.ProjectionTypeModifier and TypeMethodDescriptionfinal void
QCamera.setProjectionType
(QCameraLens.ProjectionType type) final void
QCameraLens.setProjectionType
(QCameraLens.ProjectionType projectionType)