RenderTarget.new(width, height, bgcolor=[0,0,0,0])
Description
RenderTargetオブジェクトを生成して返します。
生成時、update時、描画処理前にbgcolorで塗りつぶします。
Parameters
width Integer- 横幅
height Integer- 高さ
bgcolor Array- ARGB色配列
RenderTargetオブジェクトを生成して返します。
生成時、update時、描画処理前にbgcolorで塗りつぶします。
width Integerheight Integerbgcolor Array