大约有 280 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0036 秒)
Laya_社区(172) Laya3.0_api(32) Laya2.0_文档(31) laya_api(16) Laya2.0_api(14) Laya_示例(8) Laya3.0_文档(7)
...域 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
...:Float32Array = null) 创建一个 Quaternion 实例。 ConchQuaternion add(left:*, right:ConchQuaternion, out:ConchQuaternion):void[static] 计算两个四元数的和 ConchQuaternion clone():* 克隆。 ConchQuaternion cloneTo(destObject:*):void 克隆。 ConchQuaternion createFromAxis...
来源: Laya2.0_api 发布时间: 20190513
...博 QZONE 微信 NilZ 赞同来自: 我简单看了一下,你这里调用add和remove的频率不一致呀。如果一致话。增加和删除的频率一致是不会 增加的 。去掉wave你说的不增加,其实是增加的,只是增加的速度很慢,大概等了30秒才开始增加。...
来源: Laya_社区 发布时间: 20190617
... 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
...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
...混合枚举_启用_RGB和Alpha单独混合。RenderState BLENDEQUATION_ADD : int = 0[static] 混合方程枚举_加法,例:source + destinationRenderState BLENDEQUATION_REVERSE_SUBTRACT : int = 2[static] 混合方程枚举_反序减法,例:destination - sourceRenderState BLENDEQUATIO...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
... 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
...与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 直接add 脚本,会自动注册的。 2018-10-23 0 0 分享 微博 QZONE 微信 进击的橘子 赞同来自: 你遇到的是BUG,不需要注册啥的,只要有import 会都被编到bundle.js里面,可以查看代码有...
来源: Laya_社区 发布时间: 20181017