• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 253 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0037 秒)

251. LayaAir引擎工具会员专属功能介绍(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 30%]

...ion():void { var img:Texture = Laya.loader.getRes("comp/comp.png"); var sp:Sprite = new Sprite(); sp.graphics.drawTexture(img); Laya.stage.addChild(sp); })); Laya.loader.load("res/atlas/test.atlas", Handler.create(this, function():void { var img:Texture = Laya.loader.getRes("test/test.png"); var sp:...

来源: Laya2.0_文档 发布时间: 20210714

252. 引擎 TiledMap 居然不支持图块翻转 [ 26%]

...    const TiledMapFlipConstHalf = TiledMapFlipConst / 2;     class GridSprite extends Laya.Sprite {         constructor() {             super(...arguments);             this.relativeX = 0;             this.relativeY = 0;             this.isAloneObject = false;     ...

来源: Laya_社区 发布时间: 20220627

253. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 25%]

...     Batch Make The First Level Game Objects     批量导出(选择sprite3d才会有)批量导出场景中所有一级节点         Other Setting   ---    其他设置                  Cover Original Export Files                          导出时覆盖原始...

来源: Laya_社区 发布时间: 20170428