feat: implemented live refresh

This commit is contained in:
Sara Gerretsen 2025-12-08 22:21:28 +01:00
parent bab106eeea
commit 7ed438bcb2
3 changed files with 53 additions and 4 deletions

View file

@ -12,6 +12,7 @@ protected:
void _notification(int what);
public:
void preview_transform_changes();
void push_transform_changes();
void set_primitive(Ref<PointPrimitive> primitive);
Ref<PointPrimitive> get_primitive() const;