mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
More property work
Add StringProperty Add possibility for callbacks Switch RenderablePlanet to use Properties
This commit is contained in:
@@ -44,6 +44,9 @@ public:
|
||||
operator T();
|
||||
TemplateProperty<T>& operator=(T val);
|
||||
|
||||
void setValue(T val);
|
||||
T value() const;
|
||||
|
||||
protected:
|
||||
T _value;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user