bjorn 6 달 전
부모
커밋
dd1e5a6e7e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      api/init.lua

+ 2 - 2
api/init.lua

@@ -37279,7 +37279,7 @@ return {
             {
               name = "setKinematic",
               summary = "Set whether the Collider is kinematic.",
-              description = "Sets whether the Collider is kinematic.',\n\nKinematic colliders behave like they have infinite mass.  They ignore forces applied to them from gravity, joints, and collisions, but they can still move if given a velocity.  Kinematic colliders don't collide with other kinematic colliders.  They're useful for static environment objects in a level, or for objects that have their position managed outside of the physics system like tracked hands.",
+              description = "Sets whether the Collider is kinematic.\n\nKinematic colliders behave like they have infinite mass.  They ignore forces applied to them from gravity, joints, and collisions, but they can still move if given a velocity.  Kinematic colliders don't collide with other kinematic colliders.  They're useful for static environment objects in a level, or for objects that have their position managed outside of the physics system like tracked hands.",
               key = "Collider:setKinematic",
               module = "lovr.physics",
               notes = "If a Collider has a `MeshShape` or a `TerrainShape`, the collider will always be kinematic and this function will do nothing.",
@@ -37866,7 +37866,7 @@ return {
             {
               name = "setLimit",
               summary = "Set the angle limit of the ConeJoint.",
-              description = "Returns the angle limit of the ConeJoint.  The relative angle between the ConeJoint's axis and the second Collider will be constrained to this limit.",
+              description = "Sets the angle limit of the ConeJoint.  The relative angle between the ConeJoint's axis and the second Collider will be constrained to this limit.",
               key = "ConeJoint:setLimit",
               module = "lovr.physics",
               notes = "The default limit is zero, preventing any rotation away from the axis.",