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

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

331. [求助]无法使用loader预先加载 [ 66%]

...ge/BtnNo.png", "res/mainpage/BtnYes.png" ]; Laya.loader.load(urls, Handler.create(this, onAssetLoaded), Handler.create(this, onLoading, null, false), Loader.TEXT); Laya.loader.on(Event.ERROR, this, onError);   private function onAssetLoaded(texture:Texture):void{             //console.l...

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

332. img点击事件。点击图片外,也触发了事件。请问怎么解决 [ 66%]

... = Laya.Stage.ALIGN_MIDDLE; Laya.loader.load("res/img/m1.jpg",Laya.Handler.create(this,load)); function load(){ let ctn2=new Laya.Sprite(); Laya.stage.addChild(ctn2); var gq=new Laya.Sprite(); gq.loadImage("res/img/m1.jpg",100,100,100,100);   ctn2.addChild(gq); gq.on(Laya.Event.CLICK,this,Is);   }...

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

333. BlinnPhong材质详解(ActionScript-3D基础(AS3)-模型材质详解) [ 66%]

...漫反射贴图 Texture2D.load("res/threeDimen/texture/earth.png", Handler.create(this, function(texture:Texture2D):void { //设置材质纹理 material.albedoTexture = texture; })); //material.albedoTexture earth2.meshRenderer.material = material; ``` ![](img/4.png)(图4) ##### 法线贴图 **Norma...

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

334. 缓存,数据库,PlayerPrefs [ 66%]

...定, 无法添加新回复 发起人 steven chan 相关问题 Animation 的createFrames 使用已经加载的图集缓存动画失败 请教下微信小游戏的内存和数据缓存? 请问下loader如何强制加载一个文件,避免浏览器的缓存 微信小游戏只缓存图片和声音 ...

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

335. 急急 在线等 加载xml 后直播无法自动播放 附示例项目 [ 66%]

...例项目 LoaderPolicy.setup(URLResolver.solvePath("files.fst?"), Handler.create(this, function xload() : void { //无法播放 Laya.loader.load(URLResolver.solvePath("config.xml"), Handler.create(this, onConfigLoaded), null, Loader.XML); //直接调用可以正常播放 //onConfigLoaded(null); }));...

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

336. 滤镜-颜色滤镜 [ 66%]

...LL; Laya.stage.bgColor = "#232628"; Laya.loader.load(apePath, Laya.Handler.create(this, this.setup)); } setup() { this.normalizeApe(); this.makeRedApe(); this.grayingApe(); } normalizeApe() { let originalApe = this.createApe(); originalApe.x = (Laya.stage.width - apeTexture.width * 3) / 2; originalA...

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

337. 微信开放数据域(TypeScript-小游戏适配文档-微信小游戏) [ 66%]

... Laya.loader.load(["json/reward.json","res/atlas/test.atlas"],Laya.Handler.create(null,function(){ //加载完成 //使用接口将图集透传到子域 Laya.MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); //使用接口将json投促函到子域 Laya.MiniAdpter.sendJsonDataToDataConte...

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

338. 微信小游戏开放域(ActionScript-小游戏适配文档-微信小游戏) [ 65%]

...集 Laya.loader.load(["json/reward.json","res/atlas/test.atlas"],Handler.create(this,function(){ //加载完成 //使用接口将图集透传到子域 MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); //使用接口将json投促函到子域 MiniAdpter.sendJsonDataToDataContext("json/rew...

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

339. 如何往TiledMap格子内追加精灵 [ 65%]

...ap.getLayerByIndex(2); mallLayer = tiledMap.getLayerByName("animation"); //Create Bear Start for(var sCnt = 0; sCnt < 20; sCnt++){ createSprite(sCnt) } //Create Bear End } function createSprite(no){ var flower = new Sprite(); flower.loadImage(texture1); flower.pos((0 + no) * 99.5, 73); flower.mou...

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

340. 微信小游戏开放域(JavaScript-小游戏适配文档-微信小游戏) [ 65%]

... Laya.loader.load(["json/reward.json","res/atlas/test.atlas"],Laya.Handler.create(null,function(){ //加载完成 //使用接口将图集透传到子域 Laya.MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); //使用接口将json投促函到子域 Laya.MiniAdpter.sendJsonDataToDataConte...

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