Rename SVGTexture to DPITexture.

This commit is contained in:
Pāvels Nadtočajevs
2025-08-20 20:46:38 +03:00
parent be0406946f
commit 10e11ec87f
13 changed files with 107 additions and 107 deletions

View File

@ -327,4 +327,4 @@ GH-108825
---------
Validate extension JSON: Error: Field 'classes/EditorExportPlatformExtension/methods/_get_option_icon/return_value': type changed value in new API, from "ImageTexture" to "Texture2D".
Return type changed to allow returning both ImageTexture and SVGTexture. Compatibility method registered.
Return type changed to allow returning both ImageTexture and DPITexture. Compatibility method registered.