diff options
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/api/Transform.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/crepe/api/Transform.h b/src/crepe/api/Transform.h index b63acaf..7ee6d65 100644 --- a/src/crepe/api/Transform.h +++ b/src/crepe/api/Transform.h @@ -13,14 +13,6 @@ namespace crepe { */ class Transform : public Component { public: - //! Specifies the coordinate space for transformations. - enum Space { - //! coordinates are relative to the active camera - HUD, - //! coordinates are relative to the game world - WORLD, - }; - Space coordinate_space = Space::WORLD; //! Translation (shift) vec2 position = {0, 0}; //! Rotation, in degrees clockwise |