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

大约有 2,741 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0055 秒)

2611. 滤镜-颜色滤镜 [ 37%]

...r.load(ApePath, Handler.create(this, setup)); } private function setup(e:*=null):void { normalizeApe(); makeRedApe(); grayingApe(); } private function normalizeApe():void { var originalApe:Sprite = createApe(); apeTexture = Laya.loader.getRes(ApePath); originalApe.x = (Laya.stage.width - apeTexture....

来源: Laya_示例 发布时间: 20251223

2612. 微信小游戏默认项目代码添加unity导出.lh文件,微信开发工具提示错误 [ 36%]

...rotate(new Laya.Vector3(-30, 0, 0), true, false); this.camera.clearColor = null; //添加方向光 var directionLight: Laya.DirectionLight = this.scene.addChild(new Laya.DirectionLight()) as Laya.DirectionLight; directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.direction = new L...

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

2613. 滤镜-颜色滤镜 [ 36%]

...r.load(ApePath, Handler.create(this, setup)); } private function setup(e:*=null):void { normalizeApe(); makeRedApe(); grayingApe(); } private function normalizeApe():void { var originalApe:Sprite = createApe(); apeTexture = Laya.loader.getRes(ApePath); originalApe.x = (Laya.stage.width - apeTexture....

来源: Laya2.0_示例 发布时间: 20251223

2614. 材质-BlinnPhong-漫反射贴图 [ 36%]

...arth.png"); earth2.meshRender.material = material; Laya.timer.frameLoop(1, null, function():void { earth1.transform.rotate(rotation, false); earth2.transform.rotate(rotation, false); }); } } }

来源: Laya_示例 发布时间: 20251223

2615. 打包Android单机版原生应用,屏幕黑屏,但是看日志发现逻辑正常执行了 [ 36%]

...8:47:40.806 26418-26418/com.layabox.game E/SysUtils: ApplicationContext is null in ApplicationStatus 09-10 18:47:40.835 26418-26418/com.layabox.game E/GED: Failed to get GED Log Buf, err(0) 09-10 18:47:40.932 26418-26418/com.layabox.game E/MPlugin: Unsupported class: com.mediatek.common.telephony.IO...

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

2616. 运行器在手机上一打开就崩溃 [ 36%]

...2 15:28:49.418: E/voice(677): voice_is_in_call_rec_stream: input stream is NULL 07-22 15:28:49.419: E/ACDB-LOADER(677): Error: ACDB AudProc vol returned = -19 07-22 15:28:49.419: E/libc(677): Access denied finding property "tas.smartamp.pcm" 07-22 15:28:49.419: E/libc(677): Access denied finding pro...

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

2617. 批量销毁释放内存(JavaScript-3D基础(JS)-LayaAir3D的内存管理) [ 36%]

.../ garbageCollection() { this._scene.destroy();//销毁场景 this._scene = null; Laya.Resource.destroyUnusedResources();//销毁无用资源(没有被场景树引用,并且没有加资源锁的) } /** * @private 加载场景,并且将该场景添加到stage上 */ loadScene() { Laya.Scene3D.load("r...

来源: Laya2.0_文档 发布时间: 20210715

2618. 网格像素线 · LayaAir3.3 · 引擎文档 · LAYABOX [ 36%]

... @param name 名字。 */ constructor(maxCount: number = 2, name: string = null) { super(name); this._render = this.addComponent(PixelLineRenderer); this._geometryFilter = (this._render as PixelLineRenderer)._pixelLineFilter; (this._render as PixelLineRenderer).maxLineCount = maxCount; let material ...

来源: Laya3.0_文档 发布时间: 20251010

2619. 鼠标交互-修正交互区域 [ 36%]

...ddChild(logger); } /**侦听处理方法*/ private function onDown(e:Event=null):void { logger.text += "点击 - " + e.target.name + "\n"; } } }

来源: Laya_示例 发布时间: 20251223

2620. Shader预编译解决方案 [ 36%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 微信小游戏编译报错 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 问题状态 最新活动: 2020-06-06 16:36 浏览: 827 关注: 2 人

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