Hi folks, does anyone know if ScaleEntity() propagates its effects onto the collision radius of child entities?
Specifically, I've got an entity Root. Root has a child entity Child, which is a pivot that has been given an EntityRadius, an EntityType, and has had Collisions() set up.
If I ScaleEntity Root, will the effective EntityRadius of Child be updated too, or will I need to change it myself?
Specifically, I've got an entity Root. Root has a child entity Child, which is a pivot that has been given an EntityRadius, an EntityType, and has had Collisions() set up.
If I ScaleEntity Root, will the effective EntityRadius of Child be updated too, or will I need to change it myself?