大约有 2,695 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0070 秒)
Laya_社区(2369) Laya3.0_api(171) Laya2.0_api(104) Laya3.0_文档(16) laya_api(14) Laya2.0_文档(12) Laya2.0_示例(6) Laya_示例(3)
...vate function createTimerLine():void { 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_社区 发布时间: 20170327
...写出 报错如下: 连接出错 Event {isTrusted: true, type: "error", target: WebSocket, currentTarget: WebSocket, eventPhase: 2…} 关闭事件 CloseEvent {wasClean: false, code: 1006, reason: "", type: "close", target: WebSocket…} //---------------------------------------------------------...
来源: Laya_社区 发布时间: 20180211
...t.MOUSE_MOVE ,this, this.onMouseMove); this.onMouseDownX = e.target.mouseX; this.onMouseDownY = e.target.mouseY; } onMouseUp(e : laya.events.Event):void{ console.log("MOUSE_UP"); this.off(laya.events.Event.MOUSE_MOVE ,this, this.o...
来源: Laya_社区 发布时间: 20160823
...t to runtime process,timeout after 10000ms -(reason: cannot connect to the target :connect to the target :connect Econnrefused 127.0.0.1:9222) 错误:Debug adapter process has terminated unexpectedly layabox ide 无法调试 ,console.log 打印无效,不知道是什么情况! 附件 : --...
来源: Laya_社区 发布时间: 20170118
...md5码封装 tsconfig.json { "compilerOptions": { "module": "commonjs", "target": "es6", "sourceMap": true }, "exclude": [ "node_modules" ] } test: let str = Md5.Instance.get_md5("123456"); console.log(str) //len:32 //e10adc3949ba59abbe56e057f20f883emd5.ts class Md5 { private static _inst:Md5; publi...
来源: Laya_社区 发布时间: 20190321
...* 缓动对象的props属性到目标值。 * @param target 目标对象(即将更改属性值的对象)。 * @param props 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComple...
来源: Laya_社区 发布时间: 20180621
...对象是Baby类!在Box实例上绑定事件,冒泡到子对象上!target如果不转换成Baby类,target中的属性报红,现在将target强制转换成Baby类后,属性不报红,但是强制转换的方法报红,不知道什么原因 附件 : --> 2017-03-29 添加评论 免费帖 ...
来源: Laya_社区 发布时间: 20170329
...Controll extends Laya.Script { @property( { type: Laya.Sprite3D } ) public target: Laya.Sprite3D; private camera: Laya.Camera; public distanceUp: number = 0.5;//相机与目标的竖直高度参数 public distanceAway: number = 10;//相机与目标的水平距离参数 public smooth: number = 2;//...
来源: Laya3.0_文档 发布时间: 20241014
...器调试运行出现如下问题,然后打不开APP Waiting for device. Target device: emulator-5554 Uploading file local path: E:\Laya\shjy3Android\AndroidStudio\Shjy3Android\app\build\outputs\apk\app-debug.apk remote path: /data/local/tmp/com.mygame.Shjy3Android Installing com.mygame.Shjy3Andro...
来源: Laya_社区 发布时间: 20170215
...只能应用在SVG上 取值none:元素永远不会成为鼠标事件的target 取值auto:与pointer-events属性未指定时的表现效果相同(即将元素恢复成为鼠标事件的target) 这里不要忘了给内层添加auto属性,否则被外层包裹的所有内层无法成为鼠...
来源: Laya_社区 发布时间: 20170517