add get_text, set_text, get_pos, set_pos
This commit is contained in:
@@ -10,9 +10,13 @@ class TextNote {
|
||||
public:
|
||||
TextNote(std::wstring text, NotePreset preset, glm::vec3 position);
|
||||
|
||||
void setText(std::wstring_view text);
|
||||
|
||||
const std::wstring& getText() const;
|
||||
|
||||
const NotePreset& getPreset() const;
|
||||
|
||||
void setPosition(const glm::vec3& position);
|
||||
|
||||
const glm::vec3& getPosition() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user