Say you have a vehicle made up of dozens of parts (sprites). You need to pin them all to the sprite that is controlled by the player. Is it easier on the engine to pin groups of parts to "bases" and then pin the bases to the player controlled object, or to pin all parts directly to the player object? Or does it make a difference performance wise?