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 15 of file SHT.h.

Member Function Documentation

◆ setAllBounds()

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

Definition at line 27 of file SHT.h.

Member Data Documentation

◆ bounds

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

Definition at line 25 of file SHT.h.

◆ duration

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

Definition at line 23 of file SHT.h.


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