Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 358 of file qssgscenedesc_p.h.

Member Enumeration Documentation

◆ TargetProperty

Enumerator
Unknown 
Position 
Rotation 
Scale 
Weight 

Definition at line 366 of file qssgscenedesc_p.h.

◆ TargetType

Enumerator
Property 

Definition at line 360 of file qssgscenedesc_p.h.

Member Data Documentation

◆ keys

Keys QSSGSceneDesc::Animation::Channel::keys

Definition at line 376 of file qssgscenedesc_p.h.

◆ target

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

Definition at line 375 of file qssgscenedesc_p.h.

◆ targetProperty

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

Definition at line 378 of file qssgscenedesc_p.h.

◆ targetType

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

Definition at line 377 of file qssgscenedesc_p.h.


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