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

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

211. 代码模式的快捷键设置(ActionScript-IDE篇(AS3)-代码模式基础) [ 47%]

...域 Unfold (uncollapse) all regions | | `Ctrl+K Ctrl+C` | 添加行注释 Add line comment | | `Ctrl+K Ctrl+U` | 删除行注释 Remove line comment | | `Ctrl+/` | 切换行注释 Toggle line comment | | `Shift+Alt+A` | 切换块注释 Toggle block comment | | `Alt+Z` | 切换换行 Toggle word wrap...

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

212. laya.d3.math.Native.ConchQuaternion [ 46%]

...:Float32Array = null) 创建一个 Quaternion 实例。 ConchQuaternion  add(left:*, right:ConchQuaternion, out:ConchQuaternion):void[static] 计算两个四元数的和 ConchQuaternion  clone():* 克隆。 ConchQuaternion  cloneTo(destObject:*):void 克隆。 ConchQuaternion  createFromAxis...

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

213. 使用StaticBatchManager,显存无法释放 [ 46%]

...博 QZONE 微信 NilZ 赞同来自: 我简单看了一下,你这里调用add和remove的频率不一致呀。如果一致话。增加和删除的频率一致是不会 增加的 。去掉wave你说的不增加,其实是增加的,只是增加的速度很慢,大概等了30秒才开始增加。...

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

214. WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header [ 46%]

... 10:25 If the length is between 15 and 65535 bytes then your will have to add a two byte extended length, while if it's larger than 65535 bytes than you'll need a 4 byte extended length. – Cyclonecode Jul 7 '15 at 10:251Checkout tools.ietf.org/html/rfc6455, you also have an example here on ho...

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

215. 如何自定义Shader(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 46%]

...r3D.PERIOD_SPRITE }; //注册CustomShader var customShader = Laya.Shader3D.add("CustomShader"); //创建一个SubShader var subShader = new Laya.SubShader(attributeMap, uniformMap); //我们的自定义shader customShader中添加我们新创建的subShader customShader.addSubShader(subShader); //...

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

216. laya.d3.core.material.RenderState [ 45%]

...混合枚举_启用_RGB和Alpha单独混合。RenderState  BLENDEQUATION_ADD : int = 0[static] 混合方程枚举_加法,例:source + destinationRenderState  BLENDEQUATION_REVERSE_SUBTRACT : int = 2[static] 混合方程枚举_反序减法,例:destination - sourceRenderState  BLENDEQUATIO...

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

217. 动画混合问题,Avatar动画混合报错. [ 45%]

...nslate(norDir,false); // let position = Laya.Vector3.ZERO; // Laya.Vector3.add(this.sprite.transform.position,norDir,position) // this.sprite.transform.position = position; this.sprite.transform.localPositionX += norDir.x * 0.017 * this.nSpeed; this.sprite.transform.localPositionY += norDir.y * 0.01...

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

218. laya.d3.core.scene.bvhscenerendermanager.BVHRenderSpatial_API3.0 [ 45%]

...nderSpatial Index Constructors constructor Accessors bvhSpatialBox Methods addOne cellLegal destroy getItemByCameraCullInfo getItemByFrustum getItemBySCI motionOne rebuild removeOne update Constructors constructor new BVHRenderSpatial(bvhConfig?: BVHSpatialConfig, bvhManager?: BVHSpatialManager): BV...

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

219. ios打包单机版本问题,显示conchShader找不到和Status bar could not find cached time string image. 然后直接黑屏!!!!!! [ 45%]

...                                        at Function.t.add (http://stand.alone.version/libs/laya.d3.js:1:494949)                                                                at Function.e.__init__ (http://stand.alone.version/libs/laya.d3.js:1:2857...

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

220. layabox 2.0 的GameConfig会自动生成,导致在使用脚本是不知道在哪里注册了,如果使用了xxx.js脚本,拖过去后就会出现就无法找到xxx.js,我是新手希望这样的文档能说详细一点。 [ 45%]

...与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 直接add 脚本,会自动注册的。  2018-10-23 0 0 分享 微博 QZONE 微信 进击的橘子 赞同来自: 你遇到的是BUG,不需要注册啥的,只要有import 会都被编到bundle.js里面,可以查看代码有...

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