Skip to content

Commit

Permalink
Added to Sprite3D Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceDeveloperOf committed Aug 9, 2022
1 parent 7355dfb commit f8f665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Sprite3D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
The region of the atlas texture to display. [member region_enabled] must be [code]true[/code].
</member>
<member name="texture" type="Texture2D" setter="set_texture" getter="get_texture">
[Texture2D] object to draw.
[Texture2D] object to draw. If [member GeometryInstance3D.material_override] is used, this will be overridden. The size information is still used.
</member>
<member name="vframes" type="int" setter="set_vframes" getter="get_vframes" default="1">
The number of rows in the sprite sheet.
Expand Down

0 comments on commit f8f665b

Please sign in to comment.