mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 16:29:43 -05:00
No need to use the .set method of properties directly
This commit is contained in:
@@ -69,6 +69,11 @@ public:
|
||||
*/
|
||||
void set(std::any value) override;
|
||||
|
||||
/**
|
||||
* Triggers this TriggerProperty.
|
||||
*/
|
||||
void trigger();
|
||||
|
||||
std::string jsonValue() const override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user