Add memory usage info to Animation details

This commit is contained in:
Wojtek Figat
2021-07-16 13:08:37 +02:00
parent 5f26fae19b
commit cb59f2185c
4 changed files with 19 additions and 9 deletions

View File

@@ -75,6 +75,7 @@ namespace FlaxEditor.Windows.Assets
group.Label("Frames: " + info.FramesCount);
group.Label("Channels: " + info.ChannelsCount);
group.Label("Keyframes: " + info.KeyframesCount);
group.Label("Memory Usage: " + Utilities.Utils.FormatBytesCount(info.MemoryUsage));
}
// Import Settings