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

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

311. 问一下这个问题要怎么改啊? [ 61%]

... appPic.as   package { import laya.display.Sprite; import laya.resource.Texture; import laya.ui.Image; import laya.utils.Handler; public class addPic { private var picUrl:String; private var pic:Sprite; private var picX:int; private var picY:int; public function addPic(str:String, x:int, y:int) { p...

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

312. CPU优化方式(TypeScript-2D进阶篇(TS)-性能优化) [ 61%]

...ader.load("res/apes/monkey2.png",Laya.Handler.create(this,function() { var texture=Laya.loader.getRes("res/apes/monkey2.png"); var sp=new Laya.Sprite(); sp.graphics.drawTexture(texture,0,0); sp.size(texture.width,texture.height); Laya.stage.addChild(sp); })); ``` 使用Graphics.drawTexture并不会...

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

313. 怎么制作一个方形图片做背景倒计时 [ 61%]

...onScript 3.0) 请问LayaAir中如何使图片以圆形的方式显示? Texture图片能否进行翻转? matter中layasprite怎么改变图片大小? ios14系统下 blendMode='lighter' 图片异常 在线急等,发现你们这个编译器一个bug,不能实现负负得正 求教: soundM...

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

314. 跳转场景后laya.core.js就报Cannot read property 'width' of null的错误 [ 61%]

...promise) TypeError: Cannot read property 'width' of null     at Function.Texture._create (laya.core.js:15946)     at Texture.__proto._onLoaded (laya.core.js:15750)     at EventHandler.__proto.runWith (laya.core.js:1410)     at ResInfo.__proto.event (laya.core.js:1166)     at LoaderManager....

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

315. laya.ui.Image [ 61%]

...源加载完成后,会自动缓存至资源库中。 Image  source : Texture 对象的纹理资源。 Image stage : Stage[read-only] 对舞台 stage 的引用。Sprite staticCache : Boolean 是否静态缓存此对象的当前帧的最终属性。为 true 时,子对象变化时不会自动...

来源: laya_api 发布时间: 20170929

316. 关于大尺寸图片 [ 61%]

...圆形的方式显示? ios14系统下 blendMode='lighter' 图片异常 Texture图片能否进行翻转? matter中layasprite怎么改变图片大小? 图片不能按轴心旋转 图片添加点击事件 有的不生效 laya怎么跨域加载图片 打包出来后的APP打开加载速度过慢...

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

317. timer无法执行 [ 61%]

...ball1mat: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial();   Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function(layabox: Laya.Texture2D): void{ ball1mat.albedoTexture = layabox; })); //ball1mat.tilingOffset = new Laya.Vector4(10, 10, 0, 0); ball1.meshRenderer.material...

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

318. 3D中如何限制角色的行走区域? [ 60%]

...图的预加载:                {url: "res/heightMap.png", clas:Texture2D, priority:1, params:[true]}        场景中初始化MeshTerrainSprite3D:               //通过场景中子父级节点寻找可行走区域网格模型               var meshSprite3D:MeshSprite3...

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

319. this.bitmap.activeResource is not a function TypeError: this.bitmap.activeResource is not a function [ 60%]

...s.bitmap.activeResource is not a function     使用代码如下:var rankTexture:Texture = new Texture(Laya.Browser.window.sharedCanvas); var image:Laya.Image = new Laya.Image(); image.source = rankTexture; Laya.stage.addChild(image);     附件 : --> 2018-04-03 1 条评论 免费帖 --> 分享 ...

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

320. laya.d3.core.MeshTerrainSprite3D [ 60%]

...图属性。 MeshTerrainSprite3D  createFromMeshAndHeightMap(mesh:Mesh, texture:Texture2D, minHeight:Number, maxHeight:Number, name:String = null):MeshTerrainSprite3D[static] 从网格创建一个TerrainMeshSprite3D实例、图片读取高度图属性。 MeshTerrainSprite3D destroy(destroyChild:B...

来源: laya_api 发布时间: 20170929