Fixed animation insertion in SkeletonEditor

This commit is contained in:
Silc 'Tokage' Renew 2021-10-16 10:04:09 +09:00
parent f1f51f5d4b
commit 653e2a550c
12 changed files with 259 additions and 165 deletions

View file

@ -281,8 +281,7 @@ public:
void track_set_path(int p_track, const NodePath &p_path);
NodePath track_get_path(int p_track) const;
int find_track(const NodePath &p_path) const;
// transform
int find_track(const NodePath &p_path, const TrackType p_type) const;
void track_move_up(int p_track);
void track_move_down(int p_track);