Symphony Of Empires
Eng3D::IO::Package Struct Reference

A package containing a set of assets. More...

#include <io.hpp>

Public Attributes

std::string name
 
std::string abs_path
 
std::vector< std::shared_ptr< Eng3D::IO::Asset::Base > > assets
 
std::string user_abs_path
 
std::vector< std::shared_ptr< Eng3D::IO::Asset::Base > > user_assets
 

Detailed Description

A package containing a set of assets.

Definition at line 124 of file io.hpp.

Member Data Documentation

◆ abs_path

std::string Eng3D::IO::Package::abs_path

Definition at line 126 of file io.hpp.

◆ assets

std::vector<std::shared_ptr<Eng3D::IO::Asset::Base> > Eng3D::IO::Package::assets

Definition at line 127 of file io.hpp.

◆ name

std::string Eng3D::IO::Package::name

Definition at line 125 of file io.hpp.

◆ user_abs_path

std::string Eng3D::IO::Package::user_abs_path

Definition at line 128 of file io.hpp.

◆ user_assets

std::vector<std::shared_ptr<Eng3D::IO::Asset::Base> > Eng3D::IO::Package::user_assets

Definition at line 129 of file io.hpp.


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