rename spawn to show & add gfx.text3d.hide(...)

This commit is contained in:
MihailRis
2024-11-14 10:45:37 +03:00
parent eb5715eba9
commit d74b530a83
5 changed files with 20 additions and 8 deletions
+2
View File
@@ -40,4 +40,6 @@ public:
);
u64id_t add(std::unique_ptr<TextNote> note);
void remove(u64id_t id);
};