大约有 1,758 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0061 秒)
Laya_社区(1080) Laya3.0_api(672) Laya2.0_文档(2) Laya_示例(1) Laya3.0_文档(1) Laya2.0_api(1) Laya2.0_示例(1)
...则值为 true;否则,值为 false。 off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除...
来源: Laya3.0_api 发布时间: 20231115
...复 youhong168 赞同来自: shaotianhk backOut () method public static function backOut(t:Number, b:Number, c:Number, d:Number, s:Number = 1.70158):Number开始运动时是朝目标移动,稍微过冲,再倒转方向回来朝着目标。 Parameters t:Number — 指定当前时间,介于 ...
来源: Laya_社区 发布时间: 20170105
...sform.setTranslate(500,500); this.sceneP.once(Event.HIERARCHY_LOADED, this,function():void{ console.error("改变大小"); this.sceneP.transform.localScale = new Vector3(3, 3, 3); this.sceneP.transform.localPosition = new Vector3(100, 100, 100); }); 2018-03-27 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20180327
.../Scene/Conventional/Model.lh", Laya.Handler.create(this, function () { GameManager.models = Laya.loader.getRes("res/Scene/Conventional/Model.lh"); this.refreshProgressBar(1); this.destroy(); }...
来源: Laya_社区 发布时间: 20240218
...摇报错,就解决方案 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 问题状态 最新活动: 2019-03-01 16:50 浏览: 850 关注: 3 人 周志华 • 2019-04-30 11:58 遇到同样问题,已经勾选,还是报错 Laya_Aaron • 2019-04-30 1...
来源: Laya_社区 发布时间: 20190228
...iderShape (laya.d3.js:27198) at new GameUI (GameUI.js:30) at Function.ClassUtils.getInstance (laya.core.js:9634) at SceneLoader.create (laya.core.js:20746) at EventHandler.__proto.run (laya.core.js:1111) at SceneLoader.__proto.event (laya.core.js:882) at Sce...
来源: Laya_社区 发布时间: 20181016
...stack runtime运行报错! 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2017-04-06 10:50 浏览: 1060 关注: 1 人 tnac • 2017-04-06 14:43 好的 我刚新建了一个项目重写了一下又没问题了额 谢谢啦 以后要是碰到这种类似的再拿...
来源: Laya_社区 发布时间: 20170406
...ollisionObject' of undefined 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 问题状态 最新活动: 2023-11-22 16:53 浏览: 265 关注: 1 人
来源: Laya_社区 发布时间: 20231122
...var ws = new WebSocket("wss://login.huanxi.twbuyu.com:27777"); ws.onopen = function() { alert("connect success~"); ws.send('tom'); alert("send to server msg: tom"); }; ws.onmessage = function(e) { alert("accpet msg: " + e.data); }; ws.onerror = function(e) { alert("error: " + e); console.log(e) }; &...
来源: Laya_社区 发布时间: 20181018
...c79} span.s5 {color: #ab1500} span.Apple-tab-span {white-space:pre} public function Code() { //初始化微信小游戏 MiniAdpter.init(true, true); Laya.init(1136, 640); MiniAdpter.window.wx.onMessage(onGetMes...
来源: Laya_社区 发布时间: 20180525