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 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 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: