FilterKey QML Type

Stores filter keys and their values. More...

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

Node

Properties

Detailed Description

A FilterKey is a storage type for filter key and value pair. Filter keys are used by Technique and RenderPass to specify at which stage of rendering the technique or the render pass is used.

Property Documentation

name : string

Holds the name of the filter key.


value : variant

Holds the value of the filter key.


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