Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

modio::Media

Ahmed Castro edited this page Jul 17, 2019 · 4 revisions

Mod images, videos and 3d models.

class Media
{
public:
  std::vector<std::string> youtube;
  std::vector<std::string> sketchfab;
  std::vector<Image> images;
};
Name Type Description
youtube std::vector<std::string> Youtube links vector
sketchfab std::vector<std::string> Sketchfab links vector
images std::vector<Image> modio::Image object vector

See also: Media Object, ModioMedia

Contents

Clone this wiki locally