I cannot find physicsbody2d in inspector for kinematic body2d

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Jack123

I tried to see the inspector tab for the kinematic body 2d and I cannot find the physicsbody2d I c all the others such as kinematicbkdy2d and collisionobject2d node 2d and canvas item but I cannot find physics body 2d

What are you looking to find from physicsbody2d in the inspector? Like, what are you trying to edit or observe about physicsbody2d in the inspector?

“PhysicsBody2D is an abstract base class for implementing a physics body. All *Body2D types inherit from it.” - That is what I find when searching for physicsbody2d in the docs (I know that’s not really a helpful statement on its own)

BigTuna675 | 2022-10-06 18:45

Thanks you but in Godot 3.3.3 we can like see physicsbody2d to detect the layer for setting the collision but in 3.5 there is no physicsbody2d but oters are there

Jack123 | 2022-10-07 02:43

You can use the collisionObject2D to set the layer and mask

BigTuna675 | 2022-10-07 02:46

Thank you it’s working

Jack123 | 2022-10-07 03:17