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 Scene Graph .
The QSGNode class is the base class for all nodes in the scene graph.
The QSGGeometryNode class is used for all rendered content in the scene graph.
The QSGClipNode class implements the clipping functionality in the scene graph.
The QSGTransformNode class implements transformations in the scene graph.
The QSGOpacityNode class is used to change opacity of nodes.