Converted preview renderer to use AZ::Interface

Made some files private when exposing public interfaces
Updated a few comments

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2021-10-14 20:22:48 -05:00
parent 8679f13bc2
commit c8be25a9ce
22 changed files with 294 additions and 105 deletions
@@ -87,7 +87,7 @@ namespace AZ
int SharedThumbnailCache::GetPriority() const
{
// Thumbnails override default source thumbnails, so carry higher priority
// Custom thumbnails have a higher priority to override default source thumbnails
return 1;
}