Browse Source

Collider:moveKinematic skeleton;

bjorn 1 year ago
parent
commit
6f5e74802e
2 changed files with 35 additions and 0 deletions
  1. 15 0
      api/init.lua
  2. 20 0
      api/lovr/physics/Collider/moveKinematic.lua

+ 15 - 0
api/init.lua

@@ -35772,6 +35772,21 @@ return {
                 }
                 }
               }
               }
             },
             },
+            {
+              name = "moveKinematic",
+              summary = "TODO",
+              description = "TODO",
+              key = "Collider:moveKinematic",
+              module = "lovr.physics",
+              notes = "",
+              related = {},
+              variants = {
+                {
+                  arguments = {},
+                  returns = {}
+                }
+              }
+            },
             {
             {
               name = "removeShape",
               name = "removeShape",
               summary = "Remove a Shape from the Collider.",
               summary = "Remove a Shape from the Collider.",

+ 20 - 0
api/lovr/physics/Collider/moveKinematic.lua

@@ -0,0 +1,20 @@
+return {
+  summary = 'TODO',
+  description = 'TODO',
+  arguments = {
+    --
+  },
+  returns = {},
+  variants = {
+    {
+      arguments = {},
+      returns = {}
+    }
+  },
+  notes = [[
+
+  ]],
+  related = {
+
+  }
+}