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

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

141. laya.physics.joint.JointBase_API3.0 [ 87%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/joint/JointBase" JointBase Class JointBase 关节基类 Hierarchy Component JointBase DistanceJoint GearJoint MotorJoint MouseJoint PrismaticJoint PulleyJoint RevoluteJoint WeldJoint WheelJoint Index Constructors cons...

来源: Laya3.0_api 发布时间: 20231115

142. laya.physics.joint.PulleyJoint [ 86%]

... Index | Frames No Frames PulleyJointProperties | Methods Packagelaya.physics.jointClasspublic class PulleyJointInheritancePulleyJoint JointBase Component Object 滑轮关节:它将两个物体接地(ground)并彼此连接,当一个物体上升,另一个物体就会下降 Public Propertie...

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

143. laya.physics.joint.DistanceJoint [ 86%]

...Index | Frames No Frames DistanceJointProperties | Methods Packagelaya.physics.jointClasspublic class DistanceJointInheritanceDistanceJoint JointBase Component Object 距离关节:两个物体上面各自有一点,两点之间的距离固定不变 Public Properties Hide Inherited Public Prop...

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

144. 2.13 2d物理系统 physics 碰撞体信息的owner为null [ 86%]

2.13 2d物理系统 physics 碰撞体信息的owner为null     demo  思路是这样的 1. 没有用 力和速度 作为移动 2.用 tween 缓动到像素点 3.用script 脚本 每帧刷新 _sysPosToPhysic 4.碰撞时 会出现 碰撞体信息消失的情况 上面截图 5.劳烦官方大大看...

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

145. 物理引擎-Slingshot [ 86%]

...engine: engine, width: 800, height: 600, options: { background: '../../res/physics/img/background.png', wireframes: false } }); LayaRender.run(render); mouseConstraint = Matter.MouseConstraint.create(engine, { constraint: { angularStiffness: 0.1, stiffness: 2 }, element: Render.canvas }); Matter.Wor...

来源: Laya_示例 发布时间: 20240930

146. laya.physics.CircleCollider [ 86%]

...ndex | Frames No Frames CircleColliderProperties | Methods Packagelaya.physicsClasspublic class CircleColliderInheritanceCircleCollider ColliderBase Component Object 2D圆形碰撞体 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By density...

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

147. laya.physics.joint.MotorJoint [ 86%]

...| Index | Frames No Frames MotorJointProperties | Methods Packagelaya.physics.jointClasspublic class MotorJointInheritanceMotorJoint JointBase Component Object 马达关节:用来限制两个刚体,使其相对位置和角度保持不变 Public Properties Hide Inherited Public Properties Sh...

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

148. laya.physics.BoxCollider [ 86%]

... Index | Frames No Frames BoxColliderProperties | Methods Packagelaya.physicsClasspublic class BoxColliderInheritanceBoxCollider ColliderBase Component Object 2D矩形碰撞体 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By density : Num...

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

149. laya.physics.joint.RevoluteJoint [ 85%]

...Index | Frames No Frames RevoluteJointProperties | Methods Packagelaya.physics.jointClasspublic class RevoluteJointInheritanceRevoluteJoint JointBase Component Object 旋转关节强制两个物体共享一个锚点,两个物体相对旋转 Public Properties Hide Inherited Public Properties Sh...

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

150. 2.0 beta3 物理 DestroyJoint 报错 [ 85%]

...个地方报错:   Uncaught Error     at Object.box2d.b2Assert (laya.physics.js:38)     at box2d.b2World.DestroyJoint (laya.physics.js:793)     at Physics.__proto._removeJoint (laya.physics.js:2242)     at DistanceJoint.__proto._onDisable (laya.physics.js:1716)     at DistanceJoint.__pr...

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