大约有 568 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0073 秒)
Laya_社区(298) Laya3.0_api(62) Laya2.0_api(58) laya_api(54) Laya2.0_示例(31) Laya_示例(30) Laya2.0_文档(22) Laya3.0_文档(13)
... Victor 赞同来自: transformPoint(globalPoint:Laya.Point,localSp:Laya.Sprite):Laya.Point{ return localSp.globalToLocal(globalPoint,true); }globalPoint: 绿色框的坐标 -- 舞台中央坐标(Laya.stage.width*.5,Laya.stage.height*.5) localSp:黑框容器对象 直接带入上面方法即可...
来源: Laya_社区 发布时间: 20180502
...叠 要回复问题请先登录 发起人 175*****371 相关问题 大量sprite如何优化性能 分享:技术突破:HTML5裸跑性能已可媲美APP 关于性能优化 spine性能问题 关闭指定定时器timer 能不能用定时器根据时间改变节点Pie的起始角度? list列表加...
来源: Laya_社区 发布时间: 20180622
..."C","D"]; for (var z = 0; z < letterList.length; z++){ var letter = new Sprite(); letter.loadImage("../imgs/linkup/" + letterList[z] + ".png", (bg.width / letterList.length) * z, 0, bg.width / letterList.length, bg.height / 2); Laya.stage.addChild(letter); letter.on("click", this, (function(para)...
来源: Laya_社区 发布时间: 20180810
...享 微博 QZONE 微信 whzooo - 王掌柜 赞同来自: maskimg=new Sprite(); //addChild(maskimg); photoimg=new Sprite(); Laya.stage.addChild(photoimg); photoimg.mask=maskimg; photoimg.loadImage(imgn,0,0,500,500); Laya.timer.once(1000, this, function():void...
来源: Laya_社区 发布时间: 20160923
...自: 你得确定是销毁不了还是因为别的地方代码问题导致sprite增加,而且destroy是等js自动垃圾回收机制回收 2018-07-04 0 0 分享 微博 QZONE 微信 渔歌 赞同来自: 精灵的销毁是有延迟的,建议先移除,从父节点移除,之后再销毁 2020-05-27 0 0...
来源: Laya_社区 发布时间: 20180704
...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _scene3D _scene3D: any Inherited from Scene._scene3D Defined in laya/display/Scene.ts:28 _skinBaseUrl _skinBaseUrl: string Inher...
来源: Laya3.0_api 发布时间: 20231115
...uide/help3.png", tipx: 900, tipy: 300 } ]; var Handler = Laya.Handler; var Sprite = Laya.Sprite; var HitArea = Laya.HitArea; var step = 0; Laya.init(1285, 727, Laya.WebGL); var stage = Laya.stage; var loader = Laya.loader; stage.bgColor = "#00ffff"; stage.alignH = "center"; stage.alignW = "middle"; ...
来源: Laya_社区 发布时间: 20171031
...) 就会引起报错 重现demo如下: Laya.init(600, 400, WebGL); let bgSprite = new Laya.Sprite(); bgSprite.graphics.drawRect(0, 0, 200, 200, "#0xFFFF00"); bgSprite.pos(300, 300); Laya.stage.addChild(bgSprite); let mask = new Laya.Sprite(); bgSprite.mask = mask; mask.graphics.drawCircle(0, 0, 10...
来源: Laya_社区 发布时间: 20181016
...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...
来源: Laya3.0_api 发布时间: 20231115
...容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: qq771472501 sprite.localtoglobal /** * 把本地坐标转换为相对stage的全局坐标。 * @param point 本地坐标点。 * @param createNewPoint ...
来源: Laya_社区 发布时间: 20180109