Improve project panel image previews
This commit is contained in:
@@ -12,10 +12,13 @@ struct AssetItem {
|
||||
std::string type;
|
||||
bool isFolder;
|
||||
std::string fullPath;
|
||||
std::string extensionLower;
|
||||
bool isImageAsset = false;
|
||||
bool canUseImagePreview = false;
|
||||
std::vector<std::shared_ptr<AssetItem>> children;
|
||||
};
|
||||
|
||||
using AssetItemPtr = std::shared_ptr<AssetItem>;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user