大约有 473 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0041 秒)
Laya_社区(311) Laya3.0_api(57) Laya2.0_api(45) Laya2.0_文档(38) Laya_示例(8) Laya2.0_示例(5) laya_api(5) Laya3.0_文档(4)
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/HeightfieldTerrainShape" HeightfieldTerrainShape Class HeightfieldTerrainShape BoxColliderShape 类用于创建高度图地形形状碰撞器。 Hierarchy ColliderShape HeightfieldTerrainShape Implements IClone ...
来源: Laya3.0_api 发布时间: 20231115
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/StaticPlaneColliderShape" StaticPlaneColliderShape Class StaticPlaneColliderShape StaticPlaneColliderShape 类用于创建静态平面碰撞器。 Hierarchy ColliderShape StaticPlaneColliderShape Implements IClo...
来源: Laya3.0_api 发布时间: 20231115
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/RaycastVehicle" btVehicleTuning Class btVehicleTuning Hierarchy btVehicleTuning Index Properties frictionSlip maxSuspensionForce maxSuspensionTravelCm suspensionCompression suspensionDamping suspensionStiffness Proper...
来源: Laya3.0_api 发布时间: 20231115
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/ContactPoint" ContactPoint Class ContactPoint ContactPoint 类用于创建物理碰撞信息。 Hierarchy ContactPoint Index Constructors constructor Properties colliderA colliderB distance normal positionOnA position...
来源: Laya3.0_api 发布时间: 20231115
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/HitResult" HitResult Class HitResult HitResult 类用于实现射线检测或形状扫描的结果。 Hierarchy HitResult Index Constructors constructor Properties collider hitFraction normal point succeeded Construct...
来源: Laya3.0_api 发布时间: 20231115
laya.physics.js:38 Uncaught Error laya.physics.js:38 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:1682) at PrismaticJoint.__proto._onDisable (laya.physics.js:1802) at PrismaticJoint....
来源: Laya_社区 发布时间: 20190227
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/RaycastVehicle" RaycastVehicle Class RaycastVehicle Hierarchy RaycastVehicle Index Constructors constructor Properties btVehiclePtr tuing userdata Methods addWheel getNumWheels getWheelInfo Constructors constructor ne...
来源: Laya3.0_api 发布时间: 20231115
...TypeScript三种开发语言、LayaAirIDE让项目开发更高效。class Physics_Physics_Strandbeests { constructor() { this.scale = 2.5; this.pos = [500, 400]; this.m_offset = [0, -80 * this.scale]; this.pivot = [0, 8 * this.scale]; Laya.Config.isAntialias = true; Laya.Laya.init(1200, 700, Laya.We...
来源: Laya2.0_示例 发布时间: 20241124
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/RigidBody" RigidBody Class RigidBody 2D刚体,显示对象通过RigidBody和物理世界进行绑定,保持物理和显示对象之间的位置同步 物理世界的位置变化会自动同步到显示对象,显...
来源: Laya3.0_api 发布时间: 20231115
Laya.Physics 2d设置 Laya.Physics.PIXEL_RATIO=1后 移动速度变得很慢 做2d游戏 需要用到射线检测 https://ask.layabox.com/question/42451 这里有不错的方法 可是 设置Laya.Physics.PIXEL_RATIO=1后 游戏物体移动就变得很慢 请问有什么解决方案吗? 2019-1...
来源: Laya_社区 发布时间: 20191106