大约有 56 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya_社区(36) laya_api(5) Laya2.0_文档(5) Laya2.0_api(4) Laya3.0_api(3) Laya2.0_示例(1) Laya3.0_文档(1) Laya_示例(1)
... Laya.init(1136, 640); for (var i = 0; i < 4; i++) { var sp = new Laya.Sprite(); var xhr = new Laya.HttpRequest(); var url = "http://thirdqq.qlogo.cn/g%3Fb% ... 3B%3B xhr.once(Laya.Event.COMPLETE, this, this.completeHandler, [url, 1]); xhr.once(Laya.Event.ERROR, this, this.errorHandler); xhr.send...
来源: Laya_社区 发布时间: 20180629
...Protected All Inherited Externals Only exported Menu Globals "laya/map/GridSprite" GridSprite Class GridSprite 地图的每层都会分块渲染处理 本类就是地图的块数据 author ... Hierarchy Sprite GridSprite Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseU...
来源: Laya3.0_api 发布时间: 20231115
...,植被层,建筑层等) 本类就是层级类 author ... Hierarchy Sprite MapLayer Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior layerName mouseThrough name tag tarLayer drawtocanvCtx Accessors _isHeightSet _isWidthSet active acti...
来源: Laya3.0_api 发布时间: 20231115
tiledmap 可以在图块层的指定格子上添加Sprite吗 如题 我的tiledmap 有Bottom和Top两个图块层 Top层在Bottom层上方 现在想在Bottom层的某个格子上添加一个Sprite 请问 有什么方案呢 2017-06-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20170627
...关闭的 Demo示例 官网示例摇一摇报错,就解决方案 运用Sprite的属性blendMode为"destination-out"时得到黑圈,与引擎示例中的效果不同,想知道为什么 麻烦给一个watermaterial的示例,我自己调的没法看 问题状态 最新活动: 2019-05-10 15:29 ...
来源: Laya_社区 发布时间: 20181203
...ew Laya.Vector2(); this._outHitInfo = new Laya.RaycastHit(); // this.phasorSpriter3D = new Laya.PhasorSpriter3D(); } MousePickingScene.prototype.lateRender = function (state) { MousePickingScene.__super.prototype.lateRender.call(state); //从屏幕空间生成射线 this.point.elements[0] = Laya.sta...
来源: Laya_社区 发布时间: 20170323
...以查看官方示例([demo地址]())。 ```typescript var material = meshSprite3D.meshRenderer.material; //法线贴图 Laya.Texture2D.load(normalMapUrl[i], Laya.Handler.create(this, function(texture) { //设置发现贴图 material.normalTexture = texture; })); ``` ![](img/5.png)(图5) ##### 高...
来源: Laya2.0_文档 发布时间: 20210715
...以查看官方示例([demo地址]())。 ```typescript var material = meshSprite3D.meshRenderer.material as Laya.BlinnPhongMaterial; //法线贴图 Laya.Texture2D.load(normalMapUrl[i], Laya.Handler.create(this, function(texture) { //设置发现贴图 material.normalTexture = texture; })); ``` ![](i...
来源: Laya2.0_文档 发布时间: 20210714
...例([demo地址]())。 ```typescript var material:BlinnPhongMaterial = meshSprite3D.meshRenderer.material as BlinnPhongMaterial; //法线贴图 Texture2D.load(normalMapUrl[i], Handler.create(this, function(texture:Texture2D):void { //设置发现贴图 material.normalTexture = texture; })); ``` ![](...
来源: Laya2.0_文档 发布时间: 20210714
...loader如何强制加载一个文件,避免浏览器的缓存 new Laya.Sprite();绘制图形以后,怎么删除释放资源? laya怎么跨域加载图片 模型资源释放问题 本地调试加载本地图片都报错 请问一下怎样动态加载prefab 打包出来后的APP打开加载速...
来源: Laya_社区 发布时间: 20171120