Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gabinir

Pages: [1]
1
DotNet / Drawable being abstract, how do i use it?
« on: April 09, 2011, 06:59:27 pm »
So how do i draw animations?

2
DotNet / Drawable being abstract, how do i use it?
« on: April 09, 2011, 04:45:11 pm »
In the original c++ version of sfml, i used a class called anim that inherit from Drawable.

Now it seems as if i have to implement abstract methods (as Drawable is abstract) such as:
   public abstract Vector2 TransformToGlobal(Vector2 point);
        public abstract Vector2 TransformToLocal(Vector2 point);

How do i use Drawable now, without having to implement those methods?

Pages: [1]