ImageRenderer.render

描画

x: 描画する左上のx座標 y: 描画する左上のy座標 scale: 倍率(未実装なので基本1.0を指定)

TODO: Rendererのrenderを使用してない scale is not implemented yet

  1. void render()
  2. void render(float x, float y, float scale)
    class ImageRenderer
    void
    render
    (
    in float x
    ,
    in float y
    ,
    in float scale
    )

Meta