SortPolicy QML Type

Provides storage for the sort types to be used 更多...

Import Statement: import Qt3D.Render 2.0
开始支持版本: Qt 5.7
Instantiates: QSortPolicy
基类:

FrameGraphNode

属性

详细描述

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.

属性

sortTypes : QVariantList

Specifies the sorting types to be used.