FilterKey QML Type

Stores filter keys and their values. 更多...

import 語句: import Qt3D.Render 2.12
Since: Qt 5.5
實例化: QFilterKey
繼承: Node

特性

詳細描述

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.

特性文檔編製

name : string

Holds the name of the filter key.

value : variant

Holds the value of the filter key.