LayerFilter QML Type

Controls layers Drawn in a frame graph branch. More...

Import Statement: import Qt3D.Render 2.0
Since: Qt 5.5
Instantiates: QLayerFilter
Inherits:

FrameGraphNode

Properties

Detailed Description

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.

Property Documentation

[read-only] layers : list<Layer>

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


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