![]() |
Qt 6.x
The Qt SDK
|
#include <qssgscenedesc_p.h>
Public Types | |
using | type = QQuick3DMaterial |
![]() | |
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 | |
Material (Node::RuntimeType rt) | |
![]() | |
Node (QByteArray name, Node::Type type, Node::RuntimeType rt) | |
Node (Node::Type type, Node::RuntimeType rt) | |
virtual | ~Node () |
void | cleanupChildren () |
Additional Inherited Members | |
![]() | |
QByteArray | name |
Scene * | scene = nullptr |
QObject * | obj = nullptr |
ChildList | children |
PropertyList | properties |
quint16 | id = 0 |
RuntimeType | runtimeType |
Type | nodeType |
Definition at line 218 of file qssgscenedesc_p.h.
Definition at line 220 of file qssgscenedesc_p.h.
|
explicit |
Definition at line 142 of file qssgscenedesc.cpp.