Otter  0.9.8.91
2d Game Development Framework based on SFML.Net
 All Classes Namespaces Functions Variables Enumerations Properties
Otter.Draw Member List

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

Circle(float x, float y, int radius, Color fill=null, Color outline=null, float outlineThickness=0)Otter.Drawstatic
Circle(float x, float y, float radius, Color color)Otter.Drawstatic
Entity(Entity e)Otter.Drawstatic
Entity(Entity e, float x=0, float y=0)Otter.Drawstatic
GameTargetOtter.Drawstatic
Graphic(Graphic graphic, float x=0, float y=0)Otter.Drawstatic
ImageClip(Image image, Rectangle clip, float x=0, float y=0)Otter.Drawstatic
ImageWaveX(Image image, int step, float timer, float rate, float amp, float freq, float x=0, float y=0)Otter.Drawstatic
ImageWaveY(Image image, int step, float timer, float rate, float amp, float freq, float x=0, float y=0)Otter.Drawstatic
Line(float x1, float y1, float x2, float y2, Color color)Otter.Drawstatic
Line(float x1, float y1, float x2, float y2, Color color, float thickness)Otter.Drawstatic
Rectangle(float x, float y, float width, float height, Color fill=null, Color outline=null, float outlineThickness=0)Otter.Drawstatic
ResetTarget()Otter.Drawstatic
RoundedLine(float x1, float y1, float x2, float y2, Color color, float thickness)Otter.Drawstatic
SetTarget(Surface target)Otter.Drawstatic
TargetOtter.Drawstatic
Text(string str, int size, float x=0, float y=0)Otter.Drawstatic