Added name to AnimationResource.

This commit is contained in:
Martin Felis
2025-04-11 13:05:50 +02:00
parent d32c247cc0
commit f6f7e92cea
4 changed files with 26 additions and 5 deletions
+2
View File
@@ -199,9 +199,11 @@ TEST_CASE_METHOD(
AnimGraphContext graph_context;
graph_context.m_skeleton = skeleton.get();
graph_context.m_animation_map["trans_x"] = {
"trans_x",
animation_translate_x.get(),
animation_translate_x_sync_track};
graph_context.m_animation_map["trans_y"] = {
"trans_y",
animation_translate_y.get(),
animation_translate_y_sync_track};