KinematicCollision should be renamed to CharacterCollision #6047
Closed
MeBadDev
started this conversation in
Engine Core
Replies: 1 comment
-
Afaik the move_and_collide, which returns that object, is now a method of PhysicsBody, so it makes sense to have 'Kinematic' in the name. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now
KinematicBody
is renamed toCharacterBody
, we should probably renameKinematicCollision
toCharacterCollision
to avoid confuses and it will probably make things easier, does that make any sense?Beta Was this translation helpful? Give feedback.
All reactions