LayerFilter QML Type

Controls layers Drawn in a frame graph branch. 更多...

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

FrameGraphNode

属性

详细描述

A LayerFilter can be used to instruct the renderer as to which layer(s) to draw in that branch of the frame graph. The LayerFilter selects which entities to draw based on the Layer instances added to the LayerFilter and as components to the Entity.

属性

[read-only] layers : list<Layer>

Holds a list of layers specifying the layers to select for drawing.