mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-07 02:08:17 +02:00
* Add method to get worldpos and worldrot at the same time Somewhat of a gain because it halves the number of GetComponent<TransformComponent> + _parent.IsValid() calls * Remove redundant methods * Also inverse * Test * Import * Add benchmark * Delete benchmark