![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgscenedesc_p.h>
Public Types | |
| using | type = QQuick3DSkeleton |
| Public Types inherited from QSSGSceneDesc::Node | |
| enum class | Type : quint8 { Transform , Camera , Model , Texture , Material , Light , Mesh , Skin , Skeleton , Joint , MorphTarget } |
| using | type = QQuick3DNode |
| using | RuntimeType = QSSGRenderGraphObject::Type |
| using | ChildList = QList<Node *> |
| using | PropertyList = QList<Property *> |
Public Member Functions | |
| Skeleton () | |
| Public Member Functions inherited from QSSGSceneDesc::Node | |
| Node (QByteArray name, Node::Type type, Node::RuntimeType rt) | |
| Node (Node::Type type, Node::RuntimeType rt) | |
| virtual | ~Node () |
| void | cleanupChildren () |
Public Attributes | |
| size_t | maxIndex = 0 |
| Public Attributes inherited from QSSGSceneDesc::Node | |
| QByteArray | name |
| Scene * | scene = nullptr |
| QObject * | obj = nullptr |
| ChildList | children |
| PropertyList | properties |
| quint16 | id = 0 |
| RuntimeType | runtimeType |
| Type | nodeType |
Definition at line 262 of file qssgscenedesc_p.h.
Definition at line 264 of file qssgscenedesc_p.h.
| QSSGSceneDesc::Skeleton::Skeleton | ( | ) |
Definition at line 136 of file qssgscenedesc.cpp.
| size_t QSSGSceneDesc::Skeleton::maxIndex = 0 |
Definition at line 271 of file qssgscenedesc_p.h.