大约有 2,741 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0055 秒)
Laya_社区(1926) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(46)
...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
...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
...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
...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
...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
...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
.../ garbageCollection() { this._scene.destroy();//销毁场景 this._scene = null; Laya.Resource.destroyUnusedResources();//销毁无用资源(没有被场景树引用,并且没有加资源锁的) } /** * @private 加载场景,并且将该场景添加到stage上 */ loadScene() { Laya.Scene3D.load("r...
来源: Laya2.0_文档 发布时间: 20210715
... @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
...ddChild(logger); } /**侦听处理方法*/ private function onDown(e:Event=null):void { logger.text += "点击 - " + e.target.name + "\n"; } } }
来源: Laya_示例 发布时间: 20251223
...用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