Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29a4707

Browse files
committedNov 10, 2023
Fix link in the docs about ResourceImporterTextureAtlas
1 parent 9df6491 commit 29a4707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/classes/ResourceImporterTextureAtlas.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
[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.
2323
</member>
2424
<member name="trim_alpha_border_from_region" type="bool" setter="" getter="" default="true">
25-
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].
25+
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].
2626
[b]Note:[/b] Only effective if [member import_mode] is [b]Region[/b].
2727
</member>
2828
</members>

0 commit comments

Comments
 (0)
Please sign in to comment.