Skip to content

Commit

Permalink
Merge pull request #84698 from RandomShaper/fix_doccy
Browse files Browse the repository at this point in the history
Fix link in the docs about ResourceImporterTextureAtlas
  • Loading branch information
akien-mga committed Nov 10, 2023
2 parents 4eae6f8 + 29a4707 commit 7f49389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/ResourceImporterTextureAtlas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[b]Mesh:[/b] Imports the atlas as an [ArrayMesh] resource, keeping the original bitmap visible (but rendered as a polygon). This can be used to reduce fill rate when rendering large transparent sprites, at the cost of slower rendering if there are little to no transparent areas in the sprite.
</member>
<member name="trim_alpha_border_from_region" type="bool" setter="" getter="" default="true">
If [code]true[/code], trims the region to exclude fully transparent pixels using a clipping rectangle (which is never rotated). This can be used to save memory. See also [member trim_alpha_border_from_region].
If [code]true[/code], trims the region to exclude fully transparent pixels using a clipping rectangle (which is never rotated). This can be used to save memory. See also [member crop_to_region].
[b]Note:[/b] Only effective if [member import_mode] is [b]Region[/b].
</member>
</members>
Expand Down

0 comments on commit 7f49389

Please sign in to comment.