大约有 1,758 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0056 秒)
Laya_社区(1080) Laya3.0_api(672) Laya2.0_文档(2) Laya_示例(1) Laya3.0_文档(1) Laya2.0_api(1) Laya2.0_示例(1)
...动画缓存的优化应该如何选择 执行回调函数时报is not a function 使用layaIDE发布项目之后,资源加载不到 问题状态 最新活动: 2018-04-17 18:17 浏览: 859 关注: 2 人 187*****279 • 2018-05-10 00:43 没,不折腾shader了
来源: Laya_社区 发布时间: 20180402
.../filters/Filter" Filter constructor _filter Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...apps must be self-contained bundles. This means that the core features and functionality of the app must be contained within the binary of the software, rather than made possible by referring users outside of the approved app, including through the use of HTML5. Apps that provide core features and f...
来源: Laya_社区 发布时间: 20190909
...ogressCallback Returns Promise<void> 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
...OS()方法无效 打包以后 Browser.window["conch"].getOS() 提示 not a function ,如果无效了替代方法是什么 2017-12-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 试试Browse...
来源: Laya_社区 发布时间: 20171228
... popupBgColor showButtons touchScrollEnable Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...调用 调用动画结束on方法,报错this.zombieAnimator.on is not a function 问题状态 最新活动: 2017-01-17 15:54 浏览: 1547 关注: 2 人
来源: Laya_社区 发布时间: 20170117
...icsSettings fixedTimeStep flags maxSubSteps Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...en.to(box.potOld,{ x:1 ,y:2 ,update:new Laya.Handler(box,function(){ this.transform.position = this.potOld; }) }, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){ console.log("complete"); }),ConstValue.animationDelay); ...
来源: Laya_社区 发布时间: 20170630
...Sprite3D.load("LayaScene_cu_demo/Conventional/Cu.lh", Handler.create(null, function(sp:Sprite3D):void { cu = scene.addChild(sp) as Sprite3D; cu.transform.rotate(new Vector3(0, -90, 0), true, false); _rb = cu.getComponent(Rigidbody3D) as Rigidbody3D; })); //施加作用力或冲量 btn_a.on(Event...
来源: Laya_社区 发布时间: 20190417