大约有 3,137 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0098 秒)
Laya_社区(2418) Laya3.0_api(201) Laya2.0_文档(169) Laya2.0_api(98) laya_api(84) Laya_示例(69) Laya3.0_文档(67) Laya2.0_示例(31)
...放不了 private var oriDBArr:Array = null;//位图源 var tex:Texture = Laya.loader.getRes(_url); for (var i:int = 0; i < list1["oriBDPos"].length; i++ ) { var g:Graphics = new Graphics(); var t:Texture = Texture.createFromTexture(tex, posObj.x, posObj.y, posObj.w, posObj.h); g.drawTexture(t, 0...
来源: Laya_社区 发布时间: 20170224
...自: 只限基于ActionScript的项目,基于ts的嗝屁 const a = new Laya.Event() Laya.__classmap['laya.events.Event'] == a.constructor //true 2017-08-10 0 0 分享 微博 QZONE 微信 宇智波 旋 赞同来自: /**返回指定对象的完全限定名 */ static getQualifiedClassName(value)...
来源: Laya_社区 发布时间: 20170317
...二方法里 Dialog:屏蔽点击Dialog之外的区域关闭弹框 请问laya有没有地图编辑器工具? 救命!canvas定位后 点击区域偏移,求大大们解答 ui list 里面的元素不能点击两次 求指点3d射线碰撞和UI点击穿透的问题 关于遍历产生的sprite的...
来源: Laya_社区 发布时间: 20171113
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
..., 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
... 提交 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
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
...数在微信真机上的问题 版本: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
...x | Frames No Frames RectangleProperties | Methods | Constants Packagelaya.mathsClasspublic class RectangleInheritanceRectangle Object Rectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和高度定义的区域。 Rectangle 类的 x、y、width 和 height 属性...
来源: laya_api 发布时间: 20170929
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: Image 类是用于表示位图图像或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步...
来源: Laya_社区 发布时间: 20180205