接口版本:

版本号 制定人 制定日期 修订日期 支持平台 说明
1.0.0 blue 2019-03-20 2019-03-20 GA
GXSIM for GE
创建
1.0.1 blue 2019-10-30 2019-10-30 GA
GXSIM for GE
增加参数 isline 不填则按照原方式绘图
填写 true 则不会跟随游戏天气变化(一般游戏界面亲填写 true)

this库必须在event回调函数中使用

方法名 返回值 说明
this.spImage() nil 向屏幕绘制一张图片
参数名 类型 说明
xpos number 横坐标
ypos number 纵坐标
imageID number 图档编号
autorel bool 可空 是否自动修正偏移
isline bool 可空 是否不跟随游戏天气变色
cengci number 可空
0 或 nil:和 1.0.0 版本同效果
1:最顶层

函数示例:

示例:
this.spImage(10,10,10000);
this.spImage(10,10,10000,nil,true); -- 游戏界面绘制请使用
this.spImage(10,10,10000,nil,true,1); -- 游戏界面绘制请使用
文档更新时间: 2019-10-30 14:40   作者:admin