summaryrefslogtreecommitdiff
path: root/doc/classes/KinematicCollision3D.xml
AgeCommit message (Collapse)Author
2021-06-04KinematicBody split between new CharacterBody and PhysicsBodyPouleyKetchoupp
PhysicsBody now has methods move_and_collide/test_move and needed properties for these methods: safe margin, locked axes (3D only). Moved collision_exceptions from StaticBody to PhysicsBody for 3D (same as 2D, and conforms to documentation). RigidBody doesn't have test_motion method anymore, it's now redundant with PhysicsBody.test_move.
2020-03-30doc: Update classref with node renamesRĂ©mi Verschelde
A few extra renames for classes which were missed in last week's PRs.