Geometriska former
Rektanglar
DrawRectangle()
Raylib.DrawRectangle(10, 10, 30, 40, Color.ORANGE);DrawRectangleLines(), DrawCircleLines()
Raylib.DrawCircleLines(150, 200, 40, Color.MAGENTA);DrawRectangleRec()
Rectangle r1 = new Rectangle(10,5,30,15);
Raylib.DrawRectangleRec(r1, Color.PINK);Cirklar och elipser
DrawCircle()
DrawCircleV()
DrawCircleSector()
DrawEllipse()
Andra former
DrawTriangle()
DrawPoly()
Linjer
DrawLine()
DrawLineV()
DrawLineEx()
DrawLineBezierQuad()
Last updated