大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0013 秒)
...a.DistanceJoint(); distanceJoint1.otherBody = legBody2; distanceJoint1.selfAnchor = p2; distanceJoint1.otherAnchor = B2Math.SubVV(p5, p4); distanceJoint1.frequency = frequencyHz; distanceJoint1.damping = dampingRatio; leg1.addComponentIntance(distanceJoint1); distanceJoint1.maxLength = distanceJoint...
来源: Laya2.0_示例 发布时间: 20241117
...x4Shape.y = 0; let revoluteJoint = new Laya.RevoluteJoint(); revoluteJoint.anchor = [box.width / 2, box.width / 2]; revoluteJoint.motorSpeed = .05 * Math.PI; revoluteJoint.maxMotorTorque = 1e8; revoluteJoint.enableMotor = true; box.addComponentIntance(revoluteJoint); Laya.Laya.timer.frameLoop(1, thi...
来源: Laya2.0_示例 发布时间: 20241117