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