以单帧放置图片。需要在 onDraw 函数中使用。
Graphics.drawImage(图片,x,y,[选区 x,选区 y,选区宽度,选区高度,][透明度 0.0-1.0])
另有一种函数 Graphics.drawImageWP(常被大众使用的函数),与 Graphics.drawImage 相同,其后面接优先级。
另有 Graphics.drawImageToScene 和 Graphics.drawImageToSceneWP,但坐标为场景而非 UI。
Graphics.drawImageToScene
Graphics.drawImageToSceneWP