RenderSettings QML Type
RenderSettings型は、レンダリング処理に関する設定を保持し、アクティブなFrameGraphをホストします。詳細...
| Import Statement: | import Qt3D.Render 2.11 |
| In C++: | QRenderSettings |
| Status: | Deprecated |
プロパティ
- activeFrameGraph : FrameGraphNode
- pickingSettings : PickingSettings
- renderCapabilities : RenderCapabilities
- renderPolicy : enumeration
詳細説明
RenderSettings コンポーネントは、シーン ルート エンティティのコンポーネントとして設定する必要があります。これは、レンダーポリシーとピッキング設定を指定し、アクティブなFrameGraph をホストします。
プロパティ ドキュメント
activeFrameGraph : FrameGraphNode
現在アクティブなFrameGraphを保持します。
pickingSettings : PickingSettings [read-only]
FrameGraphの現在のピック設定を保持します。
renderCapabilities : RenderCapabilities [read-only]
サポートされているレンダリングエンジンの詳細を保持します。
renderPolicy : enumeration
現在のレンダーポリシーを保持します。
- RenderSettings.OnDemand
- RenderSettings常に
Qt3DRender::QRenderSettings::RenderPolicyも参照してください 。
© 2026 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.