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 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 301 of file qssgscenedesc_p.h.

Member Typedef Documentation

◆ Channels

◆ Keys

Member Data Documentation

◆ channels

Channels QSSGSceneDesc::Animation::channels

Definition at line 382 of file qssgscenedesc_p.h.

◆ framesPerSecond

float QSSGSceneDesc::Animation::framesPerSecond = 0.0f

Definition at line 388 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: