Spinning Topp Logo BlackTopp Studios
inc
Public Member Functions | Public Attributes | List of all members
Mezzanine::UI::AtlasAndPosition Struct Reference

This class stores how the calls to Render are to be done. More...

#include <screen.h>

+ Collaboration diagram for Mezzanine::UI::AtlasAndPosition:

Public Member Functions

 AtlasAndPosition ()
 Blank constructor.
 
 AtlasAndPosition (const String &AtlasName)
 Atlas constructor. More...
 

Public Attributes

String Atlas
 The name of the atlas to be rendered with.
 
Whole RenderCount
 The number of vertices to be rendered.
 
Whole RenderEnd
 The index of the last verticy to be rendered.
 
Whole RenderStart
 The index of the first verticy to be rendered.
 

Detailed Description

This class stores how the calls to Render are to be done.

Definition at line 89 of file screen.h.

Constructor & Destructor Documentation

Mezzanine::UI::AtlasAndPosition::AtlasAndPosition ( const String AtlasName)
inline

Atlas constructor.

Parameters
AtlasNameThe name of the atlas the specified vertices will use to render.

Definition at line 106 of file screen.h.


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