Uses of Enum
io.qt.qt3d.render.QCamera.CameraTranslationOption
Packages that use QCamera.CameraTranslationOption
-
Uses of QCamera.CameraTranslationOption in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QCamera.CameraTranslationOptionModifier and TypeMethodDescriptionQCamera.CameraTranslationOption.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QCamera.CameraTranslationOption[]
QCamera.CameraTranslationOption.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 QCamera.CameraTranslationOptionModifier and TypeMethodDescriptionfinal void
QCamera.translate
(QVector3D vLocal, QCamera.CameraTranslationOption option) final void
QCamera.translateWorld
(QVector3D vWorld, QCamera.CameraTranslationOption option)