大约有 1,366 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0100 秒)
Laya_社区(1074) Laya3.0_api(81) Laya2.0_api(57) laya_api(53) Laya2.0_文档(50) Laya3.0_文档(38) Laya2.0_示例(7) Laya_示例(6)
...何获取图集下的小图资源? (此问题已经无效) new Laya.Sprite();绘制图形以后,怎么删除释放资源? 横屏模式在锁定竖屏的iphone上不能正常显示的问题 问题状态 最新活动: 2017-01-16 11:35 浏览: 1465 关注: 2 人
来源: Laya_社区 发布时间: 20170116
...lip MovieClip 用于播放经过工具处理后的 swf 动画。 Hierarchy Sprite MovieClip Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize basePath hitTestPrior interval loop mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet activ...
来源: Laya3.0_api 发布时间: 20231115
...,植被层,建筑层等) 本类就是层级类 author ... Hierarchy Sprite MapLayer Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior layerName mouseThrough name tag tarLayer drawtocanvCtx Accessors _isHeightSet _isWidthSet active acti...
来源: Laya3.0_api 发布时间: 20231115
...载不出来资源 这个是怎么回事? ios原生回调问题 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 如何把coco2d的图集资源批量裁剪 问题状态 最新活动: 2025-10-30 11:43 浏览: 2190 关注: 3 人
来源: Laya_社区 发布时间: 20251027
...要使用import和export吗? app启动动画应该如何去掉 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 我刚开始使用layabox,发布了一个h5,但是手机上应该怎么打开这个网页...
来源: Laya_社区 发布时间: 20181227
...示? 刮刮卡效果实现 HTMLDivElement 2.0 排版问题 为什么给Sprite容器添加点击事件没反应 图片添加点击事件 有的不生效 lh文件内meshSprite添加阴影属性无效 怎么讲layaAir里的显示对象添加到matter.js里的物理引擎世界里 富文本下划线...
来源: Laya_社区 发布时间: 20170601
...是顶点数面数都有 本地调试加载本地图片都报错 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 横屏模式在锁定竖屏的iphone上不能正常显示的问题 问题状态 最新活动: 2017-11-0...
来源: Laya_社区 发布时间: 20171104
...te = 2;//加速播放 // 设置画布上的对齐参照物 reference = new Sprite(); this.addChild(reference); reference.pos(0, 0); reference.size(GoldConsts.contextWidth, GoldConsts.contextHeight); reference.graphics.drawRect(0, 0, reference.width, reference.height, "#cccccc"); // 每次舞台尺...
来源: Laya_社区 发布时间: 20180313
...ghtControl = Laya.loader.getRes("res/OculusController/controller.gltf") as Sprite3D; let leftControl = Laya.loader.getRes("res/OculusController/controller-left.gltf") as Sprite3D; let pixelright = new PixelLineSprite3D(20,"right"); let pixelleft = new PixelLineSprite3D(20,"left"); this.scene.addChil...
来源: Laya3.0_文档 发布时间: 20251010
... img.height; if(width<100&&height<100){ var bgImg = new Laya.Sprite(); bgImg.loadImage(data); Laya.stage.addChild(bgImg) }else{ console.log("图片超标"+width+"--"+height); } }; img.src =data; } }; 2019-01-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20190129