![]() |
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 | |
| enum class | TargetType : quint8 { Property } |
| enum class | TargetProperty : quint8 { Unknown , Position , Rotation , Scale , Weight } |
Public Attributes | |
| Node * | target = nullptr |
| Keys | keys |
| TargetType | targetType = TargetType::Property |
| TargetProperty | targetProperty = TargetProperty::Unknown |
Definition at line 358 of file qssgscenedesc_p.h.
|
strong |
| Enumerator | |
|---|---|
| Unknown | |
| Position | |
| Rotation | |
| Scale | |
| Weight | |
Definition at line 366 of file qssgscenedesc_p.h.
|
strong |
| Enumerator | |
|---|---|
| Property | |
Definition at line 360 of file qssgscenedesc_p.h.
| Keys QSSGSceneDesc::Animation::Channel::keys |
Definition at line 376 of file qssgscenedesc_p.h.
| Node* QSSGSceneDesc::Animation::Channel::target = nullptr |
Definition at line 375 of file qssgscenedesc_p.h.
| TargetProperty QSSGSceneDesc::Animation::Channel::targetProperty = TargetProperty::Unknown |
Definition at line 378 of file qssgscenedesc_p.h.
| TargetType QSSGSceneDesc::Animation::Channel::targetType = TargetType::Property |
Definition at line 377 of file qssgscenedesc_p.h.