RenderSurfaceSelector QML Type
レンダリングサーフェスを指定する方法を提供します。詳細...
| Import Statement: | import Qt3D.Render 2.11 |
| In C++: | QRenderSurfaceSelector |
| Inherits: | |
| Status: | Deprecated |
プロパティ
- externalRenderTargetSize : size
- surface : QSurface
- surfacePixelRatio : real
詳細説明
RenderSurfaceSelector は Qt3D がコンテンツをレンダリングするサーフェスを選択するために使用できます。サーフェスはウィンドウサーフェスかオフスクリーンサーフェスのどちらかになります。オフスクリーンサーフェスが使用される場合、externalRenderTargetSize はレンダーターゲットの実際のサイズを指定するために使用されます。
システムでDPIスケーリングが使用されている場合、マウスイベントで使用される論理的なサーフェスサイズと、実際の「物理的な」サーフェスサイズが異なることがあります。surfacePixelRatio は、論理サイズを物理サイズに変換する係数です。
プロパティのドキュメント
externalRenderTargetSize : size
外部レンダーターゲットのサイズを保持します。
surface : QSurface
表面を保持する。
surfacePixelRatio : real
サーフェスのsurfacePixelRatioを保持する。
© 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.