大约有 811 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0046 秒)
Laya_社区(513) Laya3.0_api(119) Laya2.0_api(72) Laya2.0_文档(29) Laya3.0_文档(25) laya_api(24) Laya_示例(21) Laya2.0_示例(8)
...启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但...
来源: Laya_社区 发布时间: 20171127
... Hierarchy JointBase WheelJoint Index Constructors constructor Properties _extra _singleton anchor axis collideConnected otherBody owner runInEditor scriptPath selfBody Accessors awaked damping destroyed enableLimit enableMotor enabled frequency hideFlags id joint lowerTranslation maxMotorTorque mot...
来源: Laya3.0_api 发布时间: 20231115
...的效果会错乱掉? var WID = 80, HEI = 400; function Item1() { Item1.__super.call(this); this.size(WID, HEI); this.setImg = function(src) { var ani = new Animation(); ani.loadAtlas(src); // 加载图集动画 ani.interval = 100; // 设置播放间隔(单位:毫秒) ani.index = 1; // 当...
来源: Laya_社区 发布时间: 20170627
...uctors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new SphereColliderShape(radius?: number): Sphere...
来源: Laya3.0_api 发布时间: 20231115
...提交 1 个回复 Sy 赞同来自: const matrices = Array(4).fill('').map(_ => new Laya.Matrix()) matrices.forEach((matrix, i) => matrix.rotate(Math.PI / 2 * i)) tileIndices.forEach((idxOnSource, idxOnTilemap) => { if (!idxOnSource) return const position = tilemap.getTilePositionByIndex(id...
来源: Laya_社区 发布时间: 20180720
...到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 有用到slow 模式吗? 这个问题正在查,需要搜集信息 2019-04-18 0 1 分享 微博 QZONE 微信 郭兆奎 赞同来自: 用这个替换一下。 下一版会正式修改。 laya.core_.zip ...
来源: Laya_社区 发布时间: 20190418
...loworldlv 赞同来自: lipo -info xx.a看看你的SDK库是不是没有X86_64架构,laya的库有X86,那你得把laya的库架构拆开 删了X86 再合上 2019-08-16 0 0 分享 微博 QZONE 微信 杨福峰 赞同来自: 邹世禄 解决了吗,大佬 2019-11-05 1 1 分享 微博 QZONE 微信...
来源: Laya_社区 发布时间: 20190816
...到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_phhh 赞同来自: lucasC bug复现了,反馈给团队的小伙伴了 2023-08-29 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 lucas...
来源: Laya_社区 发布时间: 20230829
...8957.vicp.fun'; // 发送通用请求(添加认证令牌支持) static _sendRequest(config) { return __async(this, null, function* () { const { endpoint, method, body, queryParams, token } = config; try { let url = `${this.baseUrl}/${endpoint}`; if (queryParams && Object.keys(queryParams...
来源: Laya_社区 发布时间: 20251115
...Handler.create(this,this.onListSelect)设置renderHandler和selectHandler, _proto.onListSelect = function(index){ console.log(index + ' selected'); } _proto.onRenderList = function(cell,index){ console.log(cell.dataSource); //如果索引不再可索引范围,则终止该函数 if(index > this....
来源: Laya_社区 发布时间: 20170914