#include <MaterialSerializer.h>
|
| static constexpr uint32_t | MAGIC = 0x54414D48 |
| |
| static constexpr uint32_t | VERSION = 1 |
| |
Definition at line 16 of file MaterialSerializer.h.
◆ load()
| std::optional< MaterialData > hellfire::MaterialSerializer::load |
( |
const std::filesystem::path & |
filepath | ) |
|
|
static |
◆ load_json()
| std::optional< MaterialData > hellfire::MaterialSerializer::load_json |
( |
const std::filesystem::path & |
filepath | ) |
|
|
static |
◆ save()
| bool hellfire::MaterialSerializer::save |
( |
const std::filesystem::path & |
filepath, |
|
|
const MaterialData & |
material |
|
) |
| |
|
static |
◆ save_json()
| bool hellfire::MaterialSerializer::save_json |
( |
const std::filesystem::path & |
filepath, |
|
|
const MaterialData & |
material |
|
) |
| |
|
static |
◆ MAGIC
| constexpr uint32_t hellfire::MaterialSerializer::MAGIC = 0x54414D48 |
|
staticconstexpr |
◆ VERSION
| constexpr uint32_t hellfire::MaterialSerializer::VERSION = 1 |
|
staticconstexpr |
The documentation for this class was generated from the following files: