Provides storage for the sort types to be used. More...
Import Statement: | import Qt3D.Render |
Since: | Qt 5.7 |
Instantiates: | QSortPolicy |
Inherits: |
A SortPolicy class stores the sorting type used by the FrameGraph. The sort types determine how drawable entities are sorted before drawing to determine the drawing order. When SortPolicy is present in the FrameGraph, the sorting mechanism is determined by the sortTypes list. Multiple sort types can be used simultaneously. If SortPolicy is not present in the FrameGraph, entities are drawn in the order they appear in the entity hierarchy.
Specifies the sorting types to be used.
This list can include the following values:
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qml-qt3d-render-sortpolicy.html