Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSSGSceneDesc::Animation Struct Reference

#include <qssgscenedesc_p.h>

+ Collaboration diagram for QSSGSceneDesc::Animation:

Classes

struct  Channel
 
struct  KeyPosition
 

Public Types

using Keys = QList< Animation::KeyPosition * >
 
using Channels = QList< Animation::Channel * >
 

Public Attributes

Channels channels
 
float length = 0.0f
 
float framesPerSecond = 0.0f
 
QByteArray name
 

Detailed Description

Definition at line 300 of file qssgscenedesc_p.h.

Member Typedef Documentation

◆ Channels

◆ Keys

Member Data Documentation

◆ channels

Channels QSSGSceneDesc::Animation::channels

◆ framesPerSecond

float QSSGSceneDesc::Animation::framesPerSecond = 0.0f

Definition at line 387 of file qssgscenedesc_p.h.

Referenced by importImp(), and QSSGQmlUtilities::writeQmlForAnimation().

◆ length

float QSSGSceneDesc::Animation::length = 0.0f

◆ name

QByteArray QSSGSceneDesc::Animation::name

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