Scene3DSGNode Class
(Qt3DRender::Scene3DSGNode)Inherits: | QSGGeometryNode |
Public Functions
Scene3DSGNode() | |
~Scene3DSGNode() | |
QRectF | rect() const |
void | setRect(const QRectF &rect) |
void | setTexture(QSGTexture *texture) |
QSGTexture * | texture() const |
- 4 public functions inherited from QSGGeometryNode
- 3 public functions inherited from QSGBasicGeometryNode
- 20 public functions inherited from QSGNode
Member Function Documentation
Scene3DSGNode::Scene3DSGNode()
Default constructs an instance of Scene3DSGNode.
Scene3DSGNode::~Scene3DSGNode()
Destroys the instance of Scene3DSGNode.
QRectF Scene3DSGNode::rect() const
See also setRect().
void Scene3DSGNode::setRect(const QRectF &rect)
See also rect().
void Scene3DSGNode::setTexture(QSGTexture *texture)
See also texture().
QSGTexture *Scene3DSGNode::texture() const
See also setTexture().