This commit is contained in:
Perfare
2019-07-16 17:49:10 +08:00
parent a6264b39d1
commit 32cce894ac
3 changed files with 7 additions and 1 deletions

View File

@ -205,7 +205,7 @@ namespace AssetStudio
public class ImportedKeyframedAnimation
{
public string Name { get; set; }
public float SampleRate { get; set; }
public List<ImportedAnimationKeyframedTrack> TrackList { get; set; }
public ImportedAnimationKeyframedTrack FindTrack(string path)