Image Component Updates

This commit is contained in:
2024-12-22 12:25:55 +02:00
parent a035902d8e
commit 7f3e851854
14 changed files with 369 additions and 230 deletions

View File

@@ -81,7 +81,7 @@ namespace VRCBoard.Components
internal bool GetImageAtlasTexture(string imageId, string uploader, out Texture2D texture,
out int position, out int size, out string type) {
return manager._GetImageAtlasTexture(imageId, uploader, out int atlasIndex, out texture, out position, out size,
out type);
out type, out string hash);
}