SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vtfpp::SHT::Sequence Struct Reference

#include <SHT.h>

Collaboration diagram for vtfpp::SHT::Sequence:

Classes

struct  Frame
 

Public Attributes

uint32_t id
 
bool loop
 
std::vector< Frameframes
 
float durationTotal
 

Detailed Description

Definition at line 15 of file SHT.h.

Member Data Documentation

◆ durationTotal

float vtfpp::SHT::Sequence::durationTotal

Definition at line 39 of file SHT.h.

◆ frames

std::vector<Frame> vtfpp::SHT::Sequence::frames

Definition at line 38 of file SHT.h.

◆ id

uint32_t vtfpp::SHT::Sequence::id

Definition at line 36 of file SHT.h.

◆ loop

bool vtfpp::SHT::Sequence::loop

Definition at line 37 of file SHT.h.


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