Does CollisionShape transform box do anything?

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

CollisionShapes seem to have both an transform and an Extents.

Extents are used for collisions, ok great. The transform size on the other hand, what does it do for CollisionShapes?
Is the CollisionShape’s tranform box used for anything? Does its size ever matter?

:bust_in_silhouette: Reply From: SteveSmith

I haven’t tested it, but the transform sets the position, rotation and scale of the collisionshape. Obviously scale would affect the size.