• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,758 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0056 秒)

781. shader 找不到函数setIBVB [ 59%]

...动画缓存的优化应该如何选择 执行回调函数时报is not a function 使用layaIDE发布项目之后,资源加载不到 问题状态 最新活动: 2018-04-17 18:17 浏览: 859 关注: 2 人 187*****279 • 2018-05-10 00:43 没,不折腾shader了

来源: Laya_社区 发布时间: 20180402

782. laya.filters.Filter_API3.0 [ 59%]

.../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

783. App Updates for HTML5 Apps 这意味着iOS端就废了? [ 59%]

...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

784. laya.net.Loader_API3.0 [ 59%]

...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

785. conch问题 getOS()方法无效 [ 59%]

...OS()方法无效 打包以后 Browser.window["conch"].getOS() 提示 not a function ,如果无效了替代方法是什么 2017-12-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 试试Browse...

来源: Laya_社区 发布时间: 20171228

786. UIConfig_API3.0 [ 59%]

... popupBgColor showButtons touchScrollEnable Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property

来源: Laya3.0_api 发布时间: 20231115

787. Array没有SortOn方法? [ 59%]

...调用 调用动画结束on方法,报错this.zombieAnimator.on is not a function 问题状态 最新活动: 2017-01-17 15:54 浏览: 1547 关注: 2 人

来源: Laya_社区 发布时间: 20170117

788. laya.d3.physics.PhysicsSettings_API3.0 [ 59%]

...icsSettings fixedTimeStep flags maxSubSteps Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

789. sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale [ 59%]

...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

790. 物理引擎,刚体施加力效果错误,有人帮忙看下吗 [ 59%]

...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