Added a getter for m_steps
This commit is contained in:
@@ -67,6 +67,7 @@ namespace OpenVulkano::Scene
|
||||
void AddAnimationSteps(std::initializer_list<Math::PoseF> poses, double duration);
|
||||
void AddAnimationSteps(std::initializer_list<PoseDurationPair> steps);
|
||||
PoseDurationPair GetStep(int index);
|
||||
const std::vector<PoseDurationPair> &GetSteps() { return m_steps; }
|
||||
|
||||
void Tick() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user