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 = QQuick3DCamera |
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 | |
Camera (RuntimeType rt) | |
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 () |
Additional Inherited Members | |
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 240 of file qssgscenedesc_p.h.
Definition at line 242 of file qssgscenedesc_p.h.
|
explicit |
Definition at line 130 of file qssgscenedesc.cpp.