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

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

911. LayaAir开发笔记(1)五十音图连连看 [ 68%]

...right.bold = true; copyright.pos(20, g_stat_heiht - 35); copyright.on(Laya.Event.CLICK, this, function() { window.location.href = "http://www.coderluan.com"; }); Laya.stage.addChild(copyright); 3.设置积分板和开始菜单 右下弄了个“点击开始游戏”的文本,点击只会游戏开...

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

912. laya.d3.core.light.LightSprite [ 68%]

...Classes | Index | Frames No Frames LightSpriteProperties | Methods | Events | Constants Packagelaya.d3.core.lightClasspublic class LightSpriteInheritanceLightSprite Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses DirectionLight, PointLight, SpotLight LightSprite 类用于创建...

来源: laya_api 发布时间: 20170929

913. Laya.MiniAdpter.sendAtlasToOpenDataContext这个 接口 是不是qq小游戏是不可以使用的 [ 68%]

...h (laya.core.js:1)     at ResInfo.loadComplete (laya.core.js:1)     at EventHandler.runWith (laya.core.js:1)     at ResInfo.event (laya.core.js:1)     at LoaderManager._endLoad (laya.core.js:1)     at Loader.onLoaded (laya.core.js:1)     at EventHandler.runWith (laya.core.js:1)     at ...

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

914. 微信头像请求方式 [ 68%]

...建请求 let httpRequest = new Laya.HttpRequest(); httpRequest.once(Laya.Event.COMPLETE, this, (data)=>{ let byte = new Laya.Byte(data); byte.writeArrayBuffer(data, 4); let blob = new Laya.Browser.window.Blob([data], {type:'image/apng'}); let url = Laya.Browser.window.URL.createObjectURL(blob); ...

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

915. 3D开启多线程报错 [ 68%]

...(laya.d3.js:37329)     at ResInfo.onLoaded (laya.core.js:13189)     at EventHandler.__proto.runWith (laya.core.js:724)     at ResInfo.__proto.event (laya.core.js:494)     at LoaderManager.__proto._endLoad (laya.core.js:13347)     at Loader.onLoaded (laya.core.js:13323)     at EventHandle...

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

916. 使用fairygui加载网络图片资源时,laya.core.js中的drawTexture会报错 [ 68%]

...以最后会调用到laya.core.js中, if (!tex.loaded){ tex.once(/*laya.events.Event.LOADED*/"loaded",this,this._textureLoaded,[tex,args]); }执行到这段时,报了tex.once不是一个function的错,但是Texture继承自EventDispatcher,有once这个方法的啊。 http://thirdqq.qlogo.cn/g...

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

917. Laya.MovieClip() new的时候崩溃了,在线等,很急!!!! [ 68%]

...this.swfAni.play(0,false); this.swfAni.visible = true; this.swfAni.on(laya.events.Event.COMPLETE, this, this.onSWFPlayComplete,[state]); return this.swfAni; } 2017-05-05 5 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回...

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

918. laya.d3.core.material.WaterPrimaryMaterial_API3.0 [ 68%]

...tCreateURL _setGPUMemory addDefine clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getText...

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

919. 用LayaAir引擎解析Tiled Map地图(ActionScript-2D进阶篇(AS3)-扩展模块) [ 68%]

...代码,了解这两个方法的使用。 ```java package { import laya.events.Event; import laya.map.TiledMap; import laya.maths.Rectangle; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class TiledMapDemo { private var tMap:TiledMap; private var scaleValue:N...

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

920. laya.d3.core.Sprite3D [ 68%]

...ll Classes | Index | Frames No Frames Sprite3DProperties | Methods | Events Packagelaya.d3.coreClasspublic class Sprite3DInheritanceSprite3D Node EventDispatcher ObjectImplements laya.resource.ICreateResourceSubclasses BaseCamera, LightSprite, RenderableSprite3D, Terrain Sprite3D 类用于实...

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