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::Animation::Channel Struct Reference

#include <qssgscenedesc_p.h>

+ Collaboration diagram for QSSGSceneDesc::Animation::Channel:

Public Types

enum class  TargetType : quint8 { Property }
 
enum class  TargetProperty : quint8 {
  Unknown , Position , Rotation , Scale ,
  Weight
}
 

Public Attributes

Nodetarget = nullptr
 
Keys keys
 
TargetType targetType = TargetType::Property
 
TargetProperty targetProperty = TargetProperty::Unknown
 

Detailed Description

Definition at line 357 of file qssgscenedesc_p.h.

Member Enumeration Documentation

◆ TargetProperty

Enumerator
Unknown 
Position 
Rotation 
Scale 
Weight 

Definition at line 365 of file qssgscenedesc_p.h.

◆ TargetType

Enumerator
Property 

Definition at line 359 of file qssgscenedesc_p.h.

Member Data Documentation

◆ keys

Keys QSSGSceneDesc::Animation::Channel::keys

Definition at line 375 of file qssgscenedesc_p.h.

◆ target

Node* QSSGSceneDesc::Animation::Channel::target = nullptr

Definition at line 374 of file qssgscenedesc_p.h.

◆ targetProperty

TargetProperty QSSGSceneDesc::Animation::Channel::targetProperty = TargetProperty::Unknown

Definition at line 377 of file qssgscenedesc_p.h.

Referenced by importImp().

◆ targetType

TargetType QSSGSceneDesc::Animation::Channel::targetType = TargetType::Property

Definition at line 376 of file qssgscenedesc_p.h.


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