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

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

401. 物理引擎中更换刚体贴图的方法 [ 80%]

...: 1, //弹力 restitution:0.4, container:this.ballBox, render: { sprite: { texture: "comp/basketball.png", xOffset: 34, yOffset: 34, } } }); 我想通过代码随时更改这个刚体上的texture贴图,this.ball.render.sprite.texture="comp/2.png"这个方法只能在游戏刚开始时执行一遍...

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

402. 位图字体的制作与使用(ActionScript-LayaAir基础篇(AS3)-文本) [ 80%]

...透明底。 ​ Font descriptor:字体描述文件,选择 xml。 ​ Textures:纹理图片格式,选择 png。 ​ ![图片1.png](http://ldc.layabox.com/uploadfile/image/20160518/1463538975736762.png) ​ 7.导出位图字体。选择菜单栏的 Options->Save bitmap font as...,导出生...

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

403. Uint8Array的像素数据在ios中无法改变图片纹理,安卓正常 [ 80%]

...另一张 代码如下: private _testSetPixels() { let data = this.test1.texture.getPixels(0, 0, this.test1.width, this.test1.height); let width = this.test1.width; let height = data.length / 4 / width; let tex2d = new Laya.Texture2D(width, height, 1); tex2d.setPixels(data); this.imgAr.texture.set...

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

404. worker.js 使用问题 [ 80%]

...text': No function was found that matched the signature provided.     at Texture2D.__proto._createWebGlTexture (laya.d3.js:33519)     at Texture2D.__proto.recreateResource (laya.d3.js:33562)     at Texture2D.__proto.activeResource (laya.core.js:13234)     at Texture2D.<anonymous> (laya...

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

405. laya.ani.bone.BoneSlot_API3.0 [ 80%]

... BoneSlot Index Properties attachmentName currDisplayData currSlotData currTexture displayIndex name parent srcDisplayIndex templet type Methods copy draw drawBonePoint getMatrix replaceDisplayByIndex replaceDisplayByName replaceSkin setParentMatrix showDisplayByIndex showDisplayByName showSlotData ...

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

406. laya.spine.SpineTexture_API3.0 [ 80%]

...tected All Inherited Externals Only exported Menu Globals "laya/spine/SpineTexture" SpineTexture Class SpineTexture Hierarchy SpineTexture Index Constructors constructor Properties realTexture Methods convertWrapMode getImage setFilters setWraps Constructors constructor new SpineTexture(tex: Texture...

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

407. 官网二进制图片做法苹果系统失败 [ 80%]

...e 这里要用HTMLImage.create; htmlImg.onload = function():void { var t:Texture =new Texture(htmlImg); } 官网二进制图片的做法,苹果系统不会执行onload,会onerror,安卓就正常有人遇到过吗? 2017-06-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

408. 关于微信小游戏关系链的问题 [ 80%]

...s,function(){ console.log(Browser.window.sharedCanvas)       var rankTexture=new Texture(Browser.window.sharedCanvas);       rankTexture.bitmap.alwaysChange=true; console.log(rankTexture)       LayaUISample.scoreview.graphics.drawTexture(rankTexture,5,78,rankTexture.width,rankTextu...

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

409. 闪屏,报错信息如下 [ 80%]

...,报错信息如下 02-05 16:53:06.997 24700-24824/? E/chromium: [ERROR:texture_manager.cc(2971)] [.Offscreen-For-WebGL-0x7c8dec00]GL ERROR :0x0505 : glTexImage2D: <- error from previous GL command 02-05 16:53:07.013 24700-24700/? I/chromium: [INFO:CONSOLE(0)] "[.Offscreen-For-WebGL-0x7c8dec00]...

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

410. 如何使用rendertexture获取相机渲染的动态图片? [ 80%]

如何使用rendertexture获取相机渲染的动态图片? 具体的需求是camera获取到的rendertexture属性,然后想赋值给一个图片,可以动态的反应相机渲染到的图片的动态改变。最好能给出教程或者代码实现,因为Laya的资料实在是太少了... 20...

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