大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0015 秒)
... if (eventName === "dragTopLimit") { //先清理bottom的状态,避免top计算出错 this.refreshLoading.bottom = NaN; this.refreshLoading.top = distance; //创建模拟数据 var _arr = this.createData(5, "顶部新增的标题"); //加到源数据前面 _arr = _arr.concat(this.refreshList.array...
来源: Laya2.0_示例 发布时间: 20241117
...distanceJoint3.otherAnchor = anchor; // 因为有旋转,localAnchor很难计算,使用绝对位置换算 distanceJoint3.frequency = frequencyHz; distanceJoint3.damping = dampingRatio; leg1.addComponentIntance(distanceJoint3); distanceJoint3.maxLength = distanceJoint3.minLength = distanceJoint3.l...
来源: Laya2.0_示例 发布时间: 20241117