QQuick3DObject Class

Base class of all 3D nodes and resources. More...

Header: #include <QQuick3DObject>
Since: Qt 5.15
Inherits: QObject and QQmlParserStatus
Inherited By:

QQuick3DGeometry

This class was introduced in Qt 5.15.

Public Functions

QQuick3DObject *parentItem() const
void setState(const QString &state)
QString state() const

Public Slots

void setParentItem(QQuick3DObject *parentItem)

Signals

void parentChanged()
void stateChanged()

Detailed Description

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.