Loading...
Searching...
No Matches
hellfire::ProjectMetadata Struct Reference

#include <Project.h>

Collaboration diagram for hellfire::ProjectMetadata:

Public Attributes

std::string name
 
std::string version
 
std::string engine_version
 
std::string created_at
 
std::string last_opened
 
std::optional< AssetIDlast_scene
 
std::filesystem::path default_scene
 
std::filesystem::path renderer_settings
 

Detailed Description

Definition at line 15 of file Project.h.

Member Data Documentation

◆ created_at

std::string hellfire::ProjectMetadata::created_at

Definition at line 19 of file Project.h.

◆ default_scene

std::filesystem::path hellfire::ProjectMetadata::default_scene

Definition at line 22 of file Project.h.

◆ engine_version

std::string hellfire::ProjectMetadata::engine_version

Definition at line 18 of file Project.h.

◆ last_opened

std::string hellfire::ProjectMetadata::last_opened

Definition at line 20 of file Project.h.

◆ last_scene

std::optional<AssetID> hellfire::ProjectMetadata::last_scene

Definition at line 21 of file Project.h.

◆ name

std::string hellfire::ProjectMetadata::name

Definition at line 16 of file Project.h.

◆ renderer_settings

std::filesystem::path hellfire::ProjectMetadata::renderer_settings

Definition at line 23 of file Project.h.

◆ version

std::string hellfire::ProjectMetadata::version

Definition at line 17 of file Project.h.


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