virtual bool IsCloneable() const
Used to determine if the texture is cloneable.
Definition: Texture.h:50
Represents a 2D grid of texels.
Definition: Texture.h:17
int GetHeight() const
Gets the height of the texture in pixels.
Definition: Texture.h:37
int GetWidth() const
Gets the width of the texture in pixels.
Definition: Texture.h:33
virtual void SetTexture(ALLEGRO_BITMAP *pBitmap)
Used to set the underlaying allegro bitmap.
Definition: Texture.cpp:46
virtual ALLEGRO_BITMAP * GetAllegroBitmap() const
Get the allegro bitmap representation of the texture.
Definition: Texture.h:54
virtual bool Load(const std::string &path, ResourceManager *pManager)
Load the desired font into memory.
Definition: Texture.cpp:36
Vector2 GetSize() const
Gets the dimensions of the texture.
Definition: Texture.h:41
Vector2 GetCenter() const
Gets the center position of the texture.
Definition: Texture.h:45
Katana Engine is a library of classes, interfaces, and value types that provides a foundation for dev...
Definition: Animation.cpp:14