Base class of all 3D nodes and resources. 更多...
| 头: | #include <QQuick3DObject> |
| Since: | Qt 5.15 |
| 继承: | QObject and QQmlParserStatus |
| 继承者: |
该类在 Qt 5.15 引入。
| QQuick3DObject * | parentItem () const |
| void | setState (const QString & state ) |
| QString | state () const |
| void | setParentItem (QQuick3DObject * parentItem ) |
| void | parentChanged () |
| void | stateChanged () |