| 438 | |
| 439 | public: |
| 440 | SceneGraphAnimation() = default; |
| 441 | |
| 442 | [[nodiscard]] std::shared_ptr<SceneGraphLeaf> Clone() override; |
| 443 | [[nodiscard]] SceneContentFlags GetContentFlags() const override { return SceneContentFlags::Animations; } |
nothing calls this directly
no outgoing calls
no test coverage detected