2D_Game_Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
TextureInfo Struct Reference

#include <texturesmanager.hpp>

Public Member Functions

 TextureInfo ()
 
 TextureInfo (std::shared_ptr< Texture > tex)
 

Public Attributes

unsigned int copies
 
std::shared_ptr< Texturetexture
 

Detailed Description

Definition at line 5 of file texturesmanager.hpp.

Constructor & Destructor Documentation

◆ TextureInfo() [1/2]

TextureInfo::TextureInfo ( )
inline

Definition at line 9 of file texturesmanager.hpp.

◆ TextureInfo() [2/2]

TextureInfo::TextureInfo ( std::shared_ptr< Texture > tex)
inline

Definition at line 10 of file texturesmanager.hpp.

Member Data Documentation

◆ copies

unsigned int TextureInfo::copies

Definition at line 6 of file texturesmanager.hpp.

◆ texture

std::shared_ptr<Texture> TextureInfo::texture

Definition at line 7 of file texturesmanager.hpp.


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