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

#include <SHT.h>

Collaboration diagram for vtfpp::SHT::Sequence::Frame:

Classes

struct  Bounds
 

Public Member Functions

void setAllBounds (Bounds newBounds)
 

Public Attributes

float duration
 
std::array< Bounds, 4 > bounds
 

Detailed Description

Definition at line 16 of file SHT.h.

Member Function Documentation

◆ setAllBounds()

void vtfpp::SHT::Sequence::Frame::setAllBounds ( Bounds  newBounds)
inline

Definition at line 28 of file SHT.h.

Member Data Documentation

◆ bounds

std::array<Bounds, 4> vtfpp::SHT::Sequence::Frame::bounds

Definition at line 26 of file SHT.h.

◆ duration

float vtfpp::SHT::Sequence::Frame::duration

Definition at line 24 of file SHT.h.


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