QCoreSettings Class
class Qt3DCore::QCoreSettingsQCoreSettingsクラスは、コア・データ処理プロセスに関する設定を保持します。詳細...
Header: | #include <QCoreSettings> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3DCore) target_link_libraries(mytarget PRIVATE Qt6::3DCore) |
qmake: | QT += 3dcore |
Since: | Qt 6.0 |
In QML: | CoreSettings |
Inherits: | Qt3DCore::QComponent |
Status: | Deprecated |
プロパティ
- boundingVolumesEnabled : bool
パブリック関数
QCoreSettings(Qt3DCore::QNode *parent = nullptr) | |
bool | boundingVolumesEnabled() const |
パブリックスロット
void | setBoundingVolumesEnabled(bool boundingVolumesEnabled) |
シグナル
void | boundingVolumesEnabledChanged(bool boundingVolumesEnabled) |
詳細説明
QCoreSettingsコンポーネントは、シーンルートエンティティのコンポーネントとして設定されるべきである(シーングラフのどこにでもあり得るが)。インスタンスは1つでなければなりません。
これは、Qt 3Dの動作の一部を制御するために使用することができます。
プロパティ Documentation
boundingVolumesEnabled : bool
バウンディングボリュームの処理が有効かどうかを保持します。デフォルトでは true です。これを無効にすると、各フレームで実行される計算の量を減らすことができます。ピッキングやフラクタムカリングを使用している場合は、このオプションを有効にしておく必要があります(QBoundingVolume を使用して明示的なバウンディングボリュームサイズを提供している場合でも同様です)。
アクセス関数:
bool | boundingVolumesEnabled() const |
void | setBoundingVolumesEnabled(bool boundingVolumesEnabled) |
通知シグナル:
void | boundingVolumesEnabledChanged(bool boundingVolumesEnabled) |
メンバ関数ドキュメント
[explicit]
QCoreSettings::QCoreSettings(Qt3DCore::QNode *parent = nullptr)
parent を持つ新しい QCoreSettings を構築します。
本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。