• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 474 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0045 秒)

11. 物理系统之ConfigurableConstraint(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 91%]

...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

12. 物理系统之ConfigurableConstraint(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 91%]

...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

13. 物理系统之ConfigurableConstraint(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 91%]

...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

14. laya.physics.joint.PrismaticJoint [ 90%]

... Public Properties Show Inherited Public Properties PropertyDefined By  anchor : Array[首次设置有效]关节的控制点,是相对于自身刚体的左上角位置偏移PrismaticJoint  axis : Array[首次设置有效]一个向量值,描述运动方向,比如1,0是沿X轴向右Prismati...

来源: Laya2.0_api 发布时间: 20190513

15. 物理(二)(平移,旋转,齿轮)(TypeScript-IDE篇(TS)-使用2d物理系统) [ 87%]

...默认为左上角空刚体,拖入刚体对象即可设置完成。 ##### anchor [首次设置有效]关节的控制点,是相对于自身刚体的左上角位置偏移。 ##### axis [首次设置有效]一个向量值,描述运动方向,比如1,0是沿X轴向右。 ##### enableMotor 是否开...

来源: Laya2.0_文档 发布时间: 20210715

16. laya.physics.joint.PrismaticJoint_API3.0 [ 85%]

...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

17. Image 设置 scale 之后属性不对 [ 84%]

...关的链接 提交 2 个回复 1589466516用户 赞同来自: 设置一下anchor 2021-01-21 0 1 分享 微博 QZONE 微信 陆仁毅 赞同来自: https://github.com/layabox/LayaAir/commit/e67cad3fce0fd35c910983e13472f91836c5fa64 可以按照这条提交修改试试 2021-01-21 0 0 分享 微博 QZO...

来源: Laya_社区 发布时间: 20210121

18. laya.physics.joint.WheelJoint_API3.0 [ 84%]

...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

19. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 82%]

...isFF) {                         alignmentText = '<text text-anchor="start" dominant-baseline="middle" ';                     } else {                         alignmentText = '<text text-anchor="start" alignment-baseline="middle" ';                   ...

来源: Laya_社区 发布时间: 20180824

20. 2D物理-仿生机器人 [ 81%]

...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_示例 发布时间: 20241001