#include <SHT.h>
Definition at line 13 of file SHT.h.
◆ SHT() [1/3]
◆ SHT() [2/3]
SHT::SHT |
( |
std::span< const std::byte > |
shtData | ) |
|
|
explicit |
◆ SHT() [3/3]
SHT::SHT |
( |
const std::string & |
shtPath | ) |
|
|
explicit |
◆ bake() [1/2]
std::vector< std::byte > SHT::bake |
( |
| ) |
const |
◆ bake() [2/2]
bool SHT::bake |
( |
const std::string & |
shtPath | ) |
const |
◆ getFrameBoundsCount()
uint8_t SHT::getFrameBoundsCount |
( |
| ) |
const |
◆ getSequenceFromID() [1/2]
◆ getSequenceFromID() [2/2]
const SHT::Sequence * SHT::getSequenceFromID |
( |
uint32_t |
id | ) |
const |
◆ getSequences() [1/2]
◆ getSequences() [2/2]
◆ getVersion()
uint32_t SHT::getVersion |
( |
| ) |
const |
◆ operator bool()
SHT::operator bool |
( |
| ) |
const |
|
explicit |
◆ setVersion()
void SHT::setVersion |
( |
uint32_t |
v | ) |
|
◆ opened
Definition at line 69 of file SHT.h.
◆ sequences
std::vector<Sequence> vtfpp::SHT::sequences |
|
protected |
Definition at line 72 of file SHT.h.
◆ version
uint32_t vtfpp::SHT::version |
|
protected |
Definition at line 71 of file SHT.h.
The documentation for this class was generated from the following files: