QCameraSelector Class
class Qt3DRender::QCameraSelector使用するカメラを選択するためのクラス。詳細...
ヘッダー | #include <QCameraSelector> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake | QT += 3drender |
QML で | CameraSelector |
を継承しています: | Qt3DRender::QFrameGraphNode |
ステータス | 非推奨 |
プロパティ
- camera : Qt3DCore::QEntity*
パブリック機能
QCameraSelector(Qt3DCore::QNode *parent = nullptr) | |
Qt3DCore::QEntity * | camera() const |
パブリックスロット
void | setCamera(Qt3DCore::QEntity *camera) |
シグナル
void | cameraChanged(Qt3DCore::QEntity *camera) |
詳細説明
Qt3DRender::QCameraSelector は、FrameGraph がエンティティを描画するときに使用するカメラを選択するために使用できます。
プロパティの説明
camera : Qt3DCore::QEntity*
現在選択されているカメラを保持します。
アクセス機能
Qt3DCore::QEntity * | camera() const |
void | setCamera(Qt3DCore::QEntity *camera) |
通知シグナル:
void | cameraChanged(Qt3DCore::QEntity *camera) |
メンバ関数ドキュメント
[explicit]
QCameraSelector::QCameraSelector(Qt3DCore::QNode *parent = nullptr)
コンストラクタは、指定されたparent を持つインスタンスを作成します。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.