このページでは

ScissorTest QML Type

ScissorTest型は、画面の特定の矩形部分から外れた断片を破棄する。詳細...

Import Statement: import Qt3D.Render 2.11
In C++: QScissorTest
Inherits:

RenderState

Status: Deprecated

プロパティ

詳細説明

ScissorTest型は、left、bottom、width、heightプロパティで指定された画面の矩形領域外のフラグメントを破棄するシザーテストを可能にする。

プロパティの説明

bottom : int

シザーボックスの一番下の座標を保持する。

height : int

シザーボックスの高さを保持します。

left : int

シザーボックスの左座標を保持する。

width : int

シザーボックスの幅を保持する。

© 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.