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

大约有 1,232 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)

591. laya.d3.physics.shape.StaticPlaneColliderShape_API3.0 [ 77%]

...轴正向 Accessors localOffset get localOffset(): Vector3 set localOffset(value: Vector3): void Inherited from CompoundColliderShape.localOffset Defined in laya/d3/physics/shape/ColliderShape.ts:127 Shape的本地偏移。 Returns Vector3 Inherited from CompoundColliderShape.localOffset Defined in ...

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

592. 发光滤镜二次渲染bug [ 77%]

...发现,一个元素从舞台上移除后,设为了false; _setDisplay(value) {             if (!value) {                 if (this._cacheStyle) {                     this._cacheStyle.releaseContext();                     this._cacheStyle.releaseFilterCache();   ...

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

593. 背景音乐文件太大 播放延迟 [ 77%]

..."scene/Home.scene")             }), new Laya.Handler(this, (value: number) => {                 this._page = this.page                 this.mask_value = value                 EventMgr.eventManager.event(EventMgr.EVENT_LIST)  ...

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

594. 求绘制遮罩会引起黑屏的解决办法 [ 77%]

求绘制遮罩会引起黑屏的解决办法 this.progressvalue = new Laya.Image("Game/bar_yuan.png"); this.progressvalue.anchorX = 0.5; this.progressvalue.anchorY = 0.5; this.progressvalue.pos(15, 15); //记录宽度 this.width_x = this.progress.width + 3;   this.vmask = new Laya.Sprite(); this....

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

595. laya.d3.core.particleshuriken.module.Burst_API3.0 [ 77%]

...huriKen/module/Burst.ts:36 创建一个 Burst 实例。 Parameters Default value time: number = 0 爆裂的最大数量。 Default value minCount: number = 0 爆裂的最小数量。 Default value maxCount: number = 0 Returns Burst Accessors maxCount get maxCount(): number Defined in laya/d3/core/pa...

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

596. laya.physics.CircleCollider [ 77%]

...  public function get radius():Number    public function set radius(value:Number):voidxproperty x:Number相对节点的x轴偏移 Implementation     public function get x():Number    public function set x(value:Number):voidyproperty y:Number相对节点的y轴偏移 Implementation  ...

来源: Laya2.0_api 发布时间: 20190513

597. Laya.loader.create 进度回调函数执行两次 [ 76%]

...this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%"); }   输出结果: 0.19186599730944645 0.5251993306427798 1 0.5002049180327869 0.5626793032786885 0.6251536885245902 0.6876280737704918 0.7501024590163934 0.8125768...

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

598. swf版本运行时图片资源不存在报错不清楚的问题 [ 76%]

...式(需改两个类): laya.flash.FlashImage public function set src(value:String):void 75行后加入代码 tl.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, function ceroor(_ev:IOErrorEvent):void { onerror && onerror(); }); laya.ui.Image 167行 protected function setSource(...

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

599. Laya.loader.create 进度回调函数执行两次!!! 上次发问题一直没有回复 [ 76%]

...this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%"); }   输出结果: 0.19186599730944645 0.5251993306427798 1 0.5002049180327869 0.5626793032786885 0.6251536885245902 0.6876280737704918 0.7501024590163934 0.8125768...

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

600. 如何将转换后导出的SWF文件左上方的FPS,MEM以及进度条取消? [ 76%]

...    laya针对进度条的取消提供了接口,调用IFlash.showInfo(value:Boolean)方法即可实现。 value:true  启动fps等信息的显示 value:false  取消fps等信息的显示 2016-01-07 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请...

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