上一话题

Qt Quick Scene Graph Material Classes

下一话题

场景图形 - QML 下的 OpenGL

Qt Quick Scene Graph Node classes

Nodes that can be used as part of the scene graph.

This page lists the nodes in Qt Quick ‘s Qt Quick 场景图形 .

PySide2.QtQuick.QSGNode

QSGNode 类是所有场景图形节点的基类。

PySide2.QtQuick.QSGGeometryNode

The QSGGeometryNode class is used for all rendered content in the scene graph.

PySide2.QtQuick.QSGClipNode

The QSGClipNode class implements the clipping functionality in the scene graph.

PySide2.QtQuick.QSGTransformNode

QSGTransformNode 类实现场景图形变换。

PySide2.QtQuick.QSGOpacityNode

QSGOpacityNode 类用于改变节点的不透明度。