TextureSprite

An extension class to the sprite implementation of Dsfml.

Constructors

this
this(Texture texture)

* Creates a new texture sprite. * Params: * texture = The texture of the sprite.

Members

Properties

position
Point position [@property getter]

Gets the position of the sprite.

position
Point position [@property setter]

Sets the position of the sprite.

Meta