Add property to enable/disable animation

This commit is contained in:
Malin Ejdbo
2021-03-19 09:54:47 +01:00
parent 4eb7c8abce
commit fb4cb67ef6
3 changed files with 30 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ private:
bool _notifyInvisibleDropped = true;
std::string _animationStart;
AnimationMode _animationMode;
properties::BoolProperty _enableAnimation;
properties::FloatProperty _ambientIntensity;