Hi, I'm trying to write my own implementation of an Animation class in C#. I was wondering, when RenderWindow.Draw(drawable) gets called, what does it do?
Ideally, I am going to inherit from SFML.Graphics.Sprite. Then, before it is drawn, it updates its image to the current frame. How can I achieve this?
Thanks,
Kevin.