Control over animation looping and event on animation completion
This commit is contained in:
@@ -13,6 +13,7 @@ struct Animation : Component
|
||||
std::string Name;
|
||||
double Time = 0.0;
|
||||
double Speed = 0.0;
|
||||
bool Loop = true;
|
||||
bool NoRootMotion = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user