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