大约有 476 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0048 秒)
Laya_社区(443) Laya2.0_文档(15) Laya3.0_api(8) Laya2.0_api(4) Laya3.0_文档(3) Laya2.0_示例(2) Laya_示例(1)
...leConstraint.setConnectRigidBody(boxARigid,boxBRigid); ``` - 2.设置锚点anchor和连接锚点connectAnchor ```typescript //设置锚点anchor configurableConstraint.anchor = new Vector3(0, -3, 0); //设置连接锚点connectAnchor configurableConstraint.connectAnchor = new Vector3(0,0,0); ``` 锚...
来源: Laya2.0_文档 发布时间: 20210715
...leConstraint.setConnectRigidBody(boxARigid,boxBRigid); ``` - 2.设置锚点anchor和连接锚点connectAnchor ```typescript //设置锚点anchor configurableConstraint.anchor = new Vector3(0, -3, 0); //设置连接锚点connectAnchor configurableConstraint.connectAnchor = new Vector3(0,0,0); ``` 锚...
来源: Laya2.0_文档 发布时间: 20210714
...leConstraint.setConnectRigidBody(boxARigid,boxBRigid); ``` - 2.设置锚点anchor和连接锚点connectAnchor ```typescript //设置锚点anchor configurableConstraint.anchor = new Vector3(0, -3, 0); //设置连接锚点connectAnchor configurableConstraint.connectAnchor = new Vector3(0,0,0); ``` 锚...
来源: Laya2.0_文档 发布时间: 20210715
... Public Properties Show Inherited Public Properties PropertyDefined By anchor : Array[首次设置有效]关节的控制点,是相对于自身刚体的左上角位置偏移PrismaticJoint axis : Array[首次设置有效]一个向量值,描述运动方向,比如1,0是沿X轴向右Prismati...
来源: Laya2.0_api 发布时间: 20190513
...默认为左上角空刚体,拖入刚体对象即可设置完成。 ##### anchor [首次设置有效]关节的控制点,是相对于自身刚体的左上角位置偏移。 ##### axis [首次设置有效]一个向量值,描述运动方向,比如1,0是沿X轴向右。 ##### enableMotor 是否开...
来源: Laya2.0_文档 发布时间: 20210715
...PrismaticJoint Index Constructors constructor Properties _extra _singleton anchor axis collideConnected otherBody owner runInEditor scriptPath selfBody Accessors awaked destroyed enableLimit enableMotor enabled hideFlags id joint lowerTranslation maxMotorForce motorSpeed upperTranslation Methods _in...
来源: Laya3.0_api 发布时间: 20231115
...关的链接 提交 2 个回复 1589466516用户 赞同来自: 设置一下anchor 2021-01-21 0 1 分享 微博 QZONE 微信 陆仁毅 赞同来自: https://github.com/layabox/LayaAir/commit/e67cad3fce0fd35c910983e13472f91836c5fa64 可以按照这条提交修改试试 2021-01-21 0 0 分享 微博 QZO...
来源: Laya_社区 发布时间: 20210121
...ase 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 motorSpeed upperTran...
来源: Laya3.0_api 发布时间: 20231115
...isFF) { alignmentText = '<text text-anchor="start" dominant-baseline="middle" '; } else { alignmentText = '<text text-anchor="start" alignment-baseline="middle" '; ...
来源: Laya_社区 发布时间: 20180824
...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_示例 发布时间: 20241125