From ce45c560586f991b427471ba206edf48881baab5 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Fri, 22 Sep 2017 00:09:02 +0000 Subject: Rebuilding documentation --- classyage_1_1SpriteSheet.html | 234 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 234 insertions(+) create mode 100644 classyage_1_1SpriteSheet.html (limited to 'classyage_1_1SpriteSheet.html') diff --git a/classyage_1_1SpriteSheet.html b/classyage_1_1SpriteSheet.html new file mode 100644 index 00000000..61f8f751 --- /dev/null +++ b/classyage_1_1SpriteSheet.html @@ -0,0 +1,234 @@ + + + + + + +YAGE: yage::SpriteSheet Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
+ + +
+ +
+ +
+ +
+
yage::SpriteSheet Class Reference
+
+
+ +

#include <spritesheet.h>

+ + + + + + +

+Public Member Functions

 SpriteSheet (std::string pngFileName, std::string jsonFileName)
 
void sprite (std::string spriteName) const
 
+ + + + + +

+Private Attributes

Texture texture_
 
details::SpriteMap fileLocations_
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
yage::SpriteSheet::SpriteSheet (std::string pngFileName,
std::string jsonFileName 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void yage::SpriteSheet::sprite (std::string spriteName) const
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
details::SpriteMap yage::SpriteSheet::fileLocations_
+
+private
+
+ +
+
+ +
+
+ + + + + +
+ + + + +
Texture yage::SpriteSheet::texture_
+
+private
+
+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit