VEGO-Engine  0.1
Loading...
Searching...
No Matches
SpriteComponent Member List

This is the complete list of members for SpriteComponent, including all inherited members.

playAnimation(std::string type)SpriteComponent
SpriteComponent(Textures texture, int zIndex, int xOffset=0, int yOffset=0)SpriteComponent
SpriteComponent(const char *path, int zIndex, int xOffset=0, int yOffset=0)SpriteComponent
SpriteComponent(Textures texture, bool isAnimated, std::map< std::string, std::unique_ptr< Animation > > *animationList, std::string defaultAnimation, int zIndex, int xOffset=0, int yOffset=0)SpriteComponent