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

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

11. 鼠标交互-Hold [ 85%]

...种开发语言、LayaAirIDE让项目开发更高效。(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Event = Laya.Event; var Texture = Laya.Texture; var Browser = Laya.Browser; var Ease = Laya.Ease; var Handler = Laya.Handler; var Tween = Laya.Tween; var WebGL = Laya.WebGL; con...

来源: Laya_示例 发布时间: 20241118

12. 鼠标交互-Hold [ 85%]

...load(apePath, Handler.create(this, this.createApe)); } createApe() { const Sprite = Laya.Sprite, Event = Laya.Event; this.ape = new Sprite(); this.ape.loadImage(apePath); let texture = Laya.loader.getRes(apePath); this.ape.pivot(texture.width / 2, texture.height / 2); this.ape.pos(Laya.stage.width /...

来源: Laya2.0_示例 发布时间: 20241118

13. graphics使用matrix的异常情况 [ 85%]

... { var t = Laya.loader.getRes("../../res/apes/monkey2.png"); var ape = new Sprite(); ape.graphics.drawTexture(t, 0, 0); ape.graphics.scale(1.01, 1) Laya.stage.addChild(ape); ape.pos(200, 0); })); 上面这段代码并没有得到图片缩放的效果,看到的现象是图片一直在往左移动 201...

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

14. 在父sprite中添加子sprite ,移动父Spritesprite为什么不动? [ 84%]

在父sprite中添加子sprite ,移动父Spritesprite为什么不动? (function(){ // 配置数据 var data = configJSON; // 目标等级 var target = { "tower":{"level":1}, "aeroboat":{"level":1}, "mountain":{"level":1}, "statue":{"level":1}, "angel":{"level":1} }; var towerLel = target.to...

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

15. LayaAir3.0中添加官网Demo的Png图片,出现背景无法透底 [ 84%]

...改的资源(可多选),在属性面板中将Texture Type属性改为Sprite Texture,也可以解决。以上是2DUI资源的解决方法。 2023-01-30 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 131**...

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

16. Layabox使用的PNG图片有没有必要使用“交错”保存? [ 82%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的...

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

17. 将字节数组转为图片 [ 80%]

...ng = Browser.window.URL.createObjectURL(blob);             var sp:Sprite = new Sprite();             sp.loadImage(url);             addChild(sp);             sp.pos(100, 200);             trace("url=" + url);//blob:file%3A///1c4effc4-4022-4ab5-8feb-e39ff7...

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

18. LayaAir.exe IDE 资源打包问题 [ 80%]

...片 执行代码说加载不出来资源 这个是怎么回事? new Laya.Sprite();绘制图形以后,怎么删除释放资源? 分享:LayaAir下如何获取图集下的小图资源? 为什么有的图片打包,有的图片不打包? 如图 关于apk打包动画卡的问题 问题状态...

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

19. Laya小白,刚接触,如果只有一张小图拼成的png图,怎么分开使用里面的每张图? [ 79%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 关于Laya实现Matter.js官方案例...

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

20. 使用Laya.loader.load时,为什么本地文件只缓存了缓存.png和.jpg。.json、.atlas等文件没有缓存 [ 79%]

...运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小程序—未找到入口 app...

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