IRenderer.drawEx

Renders an object.

  1. void draw(IDrawable drawable, Vecf position)
  2. void drawEx(IDrawableEx drawable, Vecf position, float angle, Vecf center, Vecf size, ubyte alpha, Color!ubyte color)
    interface IRenderer
    @safe final @safe
    void
    drawEx
    (,,
    float angle
    ,,,
    ubyte alpha
    ,
    Color!ubyte color = rgb(255, 255, 255)
    )

See Also

tida.graph.drawable.

Meta