R-TYPE
ECS::Sprite Member List

This is the complete list of members for ECS::Sprite, including all inherited members.

getIntRect() const noexceptECS::Sprite
getPosition() const noexceptECS::Sprite
getScale() const noexceptECS::Sprite
getSprite() const noexceptECS::Sprite
getTexture() const noexceptECS::Sprite
operator=(const Sprite &) const noexcept=deleteECS::Sprite
operator=(Sprite &&) const noexcept=deleteECS::Sprite
setIntRect(sf::IntRect rect) noexceptECS::Sprite
setIntRect(int left, int top, int width, int height) noexceptECS::Sprite
setPosition(int x, int y) noexceptECS::Sprite
setPosition(sf::Vector2f pos) noexceptECS::Sprite
setScale(int x, int y) noexceptECS::Sprite
setScale(sf::Vector2f scale) noexceptECS::Sprite
setSprite(sf::Sprite *sprite) noexceptECS::Sprite
setTexture(const sf::Texture &texture) noexceptECS::Sprite
Sprite(const sf::Texture &texture, sf::Vector2f scale, sf::IntRect intRect=sf::IntRect(0, 0, 0, 0), sf::Vector2f pos=sf::Vector2f(0, 0)) noexceptECS::Spriteexplicit
Sprite(const sf::Texture &texture, int scaleX, int scaleY, sf::IntRect intRect, sf::Vector2f pos) noexceptECS::Spriteexplicit
Sprite(const sf::Texture &texture, int scaleX, int scaleY, int left, int top, int width, int height, sf::Vector2f pos) noexceptECS::Spriteexplicit
Sprite(const Sprite &sprite) noexceptECS::Sprite
Sprite(Sprite &&) noexcept=deleteECS::Spriteexplicit
~IComp() noexcept=defaultECS::ICompvirtual
~Sprite() noexcept override=defaultECS::Sprite