リファレンス URL:draw_surface_ext(index, x, y, xscale, yscale, rot, colour, alpha);

戻り値なし (Returns: N/A)

draw_surface 関数の機能拡張版。テクスチャとして GPU 上に確保された surfaces を描画する関数だが、スケールの変更、回転、色、アルファブレンディングが指定できる。

surfaces を使う上での仕様や制限については同じ。

スクリプト・サンプル
draw_surface_ext(surfaceID, 0, 0, 2, 2, 0, c_red, 0.5);
Functions/draw_surface_ext

Leave a Reply

Your email address will not be published. Required fields are marked *