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

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

831. Laya.MovieClip() new的时候崩溃了,在线等,很急!!!! [ 70%]

Laya.MovieClip() new的时候崩溃了,在线等,很急!!!! Laya.MovieClip() 这个类new的时候有崩溃,但不是必现的这是代码 //swf动画 createSWFAnimoton(strSWF,strImg,state):any{ this.swfAni = new Laya.MovieClip(); this.swfAni.load(strSWF,true,strImg); this.swfAni.x = ...

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

832. laya.display.EffectAnimation_API3.0 [ 70%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/EffectAnimation" EffectAnimation Class EffectAnimation 动效模板。用于为指定目标对象添加动画效果。每...

来源: Laya3.0_api 发布时间: 20231115

833. 关于纹理的显示问题 [ 70%]

..., 0, 0,texture.width,texture.height); this.addChild(sprite);  }      LayaUISample.max.js:19468 Uncaught TypeError: Cannot read property 'width' of undefined     at Texture.moveUV (LayaUISample.max.js:19468)     at GraphicsGL.__proto.drawTexture (LayaUISample.max.js:1462)     at LobbyView...

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

834. new了2个用ui编辑器做的界面,前三个按钮点击无效,后两个点击有响应 [ 70%]

...二方法里 Dialog:屏蔽点击Dialog之外的区域关闭弹框 请问laya有没有地图编辑器工具? 救命!canvas定位后 点击区域偏移,求大大们解答 ui list 里面的元素不能点击两次 求指点3d射线碰撞和UI点击穿透的问题 关于遍历产生的sprite的...

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

835. 基础文本 · LayaAir3.3 · 引擎文档 · LAYABOX [ 70%]

基础文本(Text)1. LayaAir IDE中使用Text1.1 创建Text1.2 属性介绍1.3 Syntax属性1.4 脚本控制Text2. 代码创建Text基础文本(Text) Text继承于Sprite,是静态文本的基础组件。这里我们介绍一下Text专属的组件属性。 1. LayaAir IDE中使用Text 1.1 ...

来源: Laya3.0_文档 发布时间: 20240910

836. 微信开放域排行榜滑动list滑动没反应 [ 70%]

... 提交 2 个回复 谢春 赞同来自: 贝壳里の海 var canvas = new Laya.Texture(sharedCanvas); canvas.bitmap.alwaysChange = true;//小游戏使用,非常费,每帧刷新 layout.graphics.drawTexture(canvas);   一定要加上alwaysChange=true 2018-08-13 1 3 分享 微博 QZONE 微信 君...

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

837. laya.maths.Rectangle [ 70%]

...x | Frames No Frames RectangleProperties | Methods | Constants Packagelaya.mathsClasspublic class RectangleInheritanceRectangle Object Rectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和高度定义的区域。 Rectangle 类的 x、y、width 和 height 属性...

来源: laya_api 发布时间: 20170929

838. Dialog.show 的 showEffect参数在微信真机上的问题 [ 70%]

...数在微信真机上的问题 版本:1.7.19.1beta 使用的3D场景: Laya3D.init(0, 0, true);  今天做了一个测试,在微信小游戏上显示一个Dialog 代码如下: Laya.loader.load(["res/atlas/comp.atlas"], Laya.Handler.create(this, function(){ console.log("load atals ok"); var d...

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

839. 关于矢量图跟Image [ 70%]

...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: Image 类是用于表示位图图像或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步...

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

840. 提交一个MovieClip的BUG [ 70%]

...t.pivotY = ani_planet.pivotX = 350;             ani_planet.x = Laya.stage.width/2;             ani_planet.load("1.swf",true);             ani_planet.y = i*50;             addChild(ani_planet);                i++;         } 是不...

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