RenderSettings QML Type

RenderSettings type holds settings related to rendering process and host the active FrameGraph . 更多...

导入语句: import Qt3D.Render 2.0
Since: Qt 5.7
实例化: QRenderSettings

特性

详细描述

RenderSettings component must be set as a component of the scene root entity. It specifies render policy and picking settings, as well as hosts the active FrameGraph .

特性文档编制

activeFrameGraph : FrameGraphNode

Holds the currently active FrameGraph .


[read-only] pickingSettings : PickingSettings

Holds the current pick settings for the FrameGraph .


renderPolicy : enumeration

Holds the current render policy.

另请参阅 Qt3DRender::QRenderSettings::RenderPolicy .