Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSSGSceneDesc::Joint Struct Reference

#include <qssgscenedesc_p.h>

+ Inheritance diagram for QSSGSceneDesc::Joint:
+ Collaboration diagram for QSSGSceneDesc::Joint:

Public Types

using type = QQuick3DJoint
 
- 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

 Joint ()
 
- 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
 
Scenescene = nullptr
 
QObjectobj = nullptr
 
ChildList children
 
PropertyList properties
 
quint16 id = 0
 
RuntimeType runtimeType
 
Type nodeType
 

Detailed Description

Definition at line 274 of file qssgscenedesc_p.h.

Member Typedef Documentation

◆ type

Definition at line 276 of file qssgscenedesc_p.h.

Constructor & Destructor Documentation

◆ Joint()

QSSGSceneDesc::Joint::Joint ( )

Definition at line 138 of file qssgscenedesc.cpp.


The documentation for this struct was generated from the following files: