大约有 1,700 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0069 秒)
Laya_社区(1282) Laya3.0_api(252) Laya2.0_文档(48) laya_api(43) Laya2.0_api(39) Laya3.0_文档(27) Laya_示例(6) Laya2.0_示例(3)
...据。 VertexBuffer3DPublic Constants ConstantDefined By DATATYPE_FLOAT32ARRAY : int = 0[static] 数据类型_Float32Array类型。VertexBuffer3D DATATYPE_UINT8ARRAY : int = 1[static] 数据类型_Uint8Array类型。VertexBuffer3DProperty DetailcanReadpropertycanRead:Boolean [read-only] ...
来源: Laya2.0_api 发布时间: 20190513
...设置粒子的时候。RenderTexture 设置了colorFormat R16G16B16A16、R32G32B32A32都会花屏。R8G8B8A8就不会,但是效果很差的。 附件 : --> 粒子16RGBA.zip 2023-07-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20230707
...8.886139+0800 layabox[3608:626785] { "os" : "ios", "resolution" : "320*568", "devicename" : "iPhone5,2", "guid" : "CD073057-B318-4CC1-A41F-F073E5B1D869", "osversion" : "10.3.3", "phonemodel" : "iPhone", "retinavalue" : "2.000000", "imei" : "imeixxx", "imsi" : "imsixxx", ...
来源: Laya_社区 发布时间: 20200422
drawPath的绘制问题 绘制数据:moveTo,0,0,lineTo,0,448,moveTo,32,0,lineTo,32,448,moveTo,64,0,lineTo,64,448,moveTo,96,0,lineTo,96,448,moveTo,128,0,lineTo,128,448,moveTo,160,0,lineTo,160,448,moveTo,192,0,lineTo,192,448,moveTo,224,0,lineTo,224,448,moveTo,256,0,lineTo,256,448,moveTo,288,0,lineT...
来源: Laya_社区 发布时间: 20170901
...ld(this.speedEnergy); //玩家 this.player = new Player(); this.player.x = 32 * 8; this.player.y = 32 * 4; this.addChild(this.player); //监听 按下 弹起 事件 Laya.stage.on(laya.events.Event.MOUSE_DOWN, this, this.onMouseDown); Laya.stage.on(laya.events.Event.MOUSE_UP, this, this.onMouseUp); /...
来源: Laya_社区 发布时间: 20160803
...直接F5编译,提示出错如下: 开始编译: Thu Jul 11 2019 15:32:44 GMT+0800 (中国标准时间) -------------------------------------- [15:32:44] Working directory changed to D:\LayaAirIDE_beta\resources\app [15:32:44] Using gulpfile D:\workshop\Laya\Test5\.laya\compile.js [15:32:44] ...
来源: Laya_社区 发布时间: 20190711
...h(); //封装数据为约定的格式 length,id,buff socket.output.writeInt32(length); socket.output.writeInt32(id); socket.output.writeArrayBuffer(buffer); //发送给服务器 socket.flush(); 2.问题来了,我在接受socket消息的时候,使用proto decode的时候报错 //--------不知道...
来源: Laya_社区 发布时间: 20171113
...放到屏幕右边 this.x = 852; //y坐标取一个随机值 为什么是32 因为我们的整个素材是 32 * 20 拼起来的 this.y = 32 * 6 + 32 * parseInt(8 * Math.random()); if(this.bg == null){ //贴图纹理 this.bgTexture = Laya.loader.getRes("res/floor.png"); this.bg = new laya.display.Spr...
来源: Laya_社区 发布时间: 20160801
...Users\Administrator\Desktop\jjj.js:1:85) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) C:\Users\Administrator\Desktop> 2017-04-24 添加评...
来源: Laya_社区 发布时间: 20170424
...压缩,以及显存占用和渲染性能。 在 LayaAir3 中,支持RGBA32(R8G8B8A8)、RGB24(R8G8B8)、压缩纹理格式,这三种。不同纹理格式的选择会直接影响内存消耗、加载速度与画质表现。 2.8.1 RGBA32 / R8G8B8A8 描述:每个像素占用 32 位(4 ...
来源: Laya3.0_文档 发布时间: 20251128