大约有 2,695 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0064 秒)
Laya_社区(2369) Laya3.0_api(171) Laya2.0_api(104) Laya3.0_文档(16) laya_api(14) Laya2.0_文档(12) Laya2.0_示例(6) Laya_示例(3)
... 吃鱼的陆 赞同来自: 吓得我赶紧看看我的timer clearAll(target: any = null) { if (!target) { this.timers.length = 0; return; } var length = this.timers.length; for (var i = 0; i < length; i++) { var t: TimerLite = this.timers[i]; if (t.target == target) { t.destory(); } } } 2023-...
来源: Laya_社区 发布时间: 20231025
如何在场景中获得node的位置信息? let target3 = this.scene.getChildByName("Target3"); 现在我需要知道target3这个node的位置信息。有什么办法吗? 2017-11-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20171121
... (function(){ // 配置数据 var data = configJSON; // 目标等级 var target = { "tower":{"level":1}, "aeroboat":{"level":1}, "mountain":{"level":1}, "statue":{"level":1}, "angel":{"level":1} }; var towerLel = target.tower.level; var aeroboatLel = target.aeroboat.level; var mountainLel = target.m...
来源: Laya_社区 发布时间: 20170720
...eLoaded(event:Event):void { // TODO Auto-generated method stub trace(event.target.data is ByteArray) var ba:ByteArray=event.target.data as ByteArray; l=new Loader(); l.contentLoaderInfo.addEventListener(Event.COMPLETE,onImage2Loaded); l.loadBytes(ba); urlLoader.removeEventListener(Event.COMPLETE,onI...
来源: Laya_社区 发布时间: 20151228
...Event] game.js:116 touchId=0 game.js:116 type=mousemove game.js:116 currentTarget=[object Object] game.js:116 target=[object Object] game.js:116 setTo=function (type,currentTarget,target){ this.type=type; this.currentTarget=currentTarget; this.target=target; return this; } game.js:116 stopPropagatio...
来源: Laya_社区 发布时间: 20181031
...ed && (state = stateMap[e.type]); } public static function addDark(target:laya.display.Sprite, isDark:Boolean = true):void { if (isDark) { // laya.ui.UIUtils.addFilter(target, DARK); target.filters=[ new ColorFilter([0.7, 0, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 1, 0])]; } else...
来源: Laya_社区 发布时间: 20160802
...meLine function createTimerLine() { timeLine.addLabel("turnRight",0).to(target,{x:450, y:100, scaleX:0.5, scaleY:0.5},2000,null,0) .addLabel("turnDown",0).to(target,{x:450, y:300, scaleX:0.2, scaleY:1, alpha:1},2000,null,0) .addLabel("turnLeft",0).to(target,{x:100, y:300, scaleX:1, scaleY:0.2, al...
来源: Laya_社区 发布时间: 20180718
...rite也都加上mousedown事件 function bigclick(e){ var thex = e.target.mouseX } 遗憾的是如果点击的位置没有小sprite那成功得到了相对bigSprite的X坐标。但是如果那里有小sprite比如smalla, 那么得到的这个坐标是相对smalla的。 怎么破...
来源: Laya_社区 发布时间: 20160808
...ex Constructors constructor Properties began clickCancelled clickCount downTargets event lastRollOver moved pos target touchId Methods begin clickTest end move reset Constructors constructor new TouchInfo(touches: Array<TouchInfo>): TouchInfo Defined in laya/events/InputManager.ts:597 Paramete...
来源: Laya3.0_api 发布时间: 20231115
....CLICK,this,onSpClick) 3、点击sp时,直接获取sp.index值即可(e.target.index)! 2017-02-21 1 0 分享 微博 QZONE 微信 lift6220819 赞同来自: q395212409 Laya.init(640,1010); Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; Laya.stage.a...
来源: Laya_社区 发布时间: 20170221