Click or drag to resize

StyleBoxTextureRegionRect Property

Species a sub-region of the texture to use.

This is equivalent to first wrapping the texture in an AtlasTexture with the same region.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Rect2 RegionRect { get; set; }

Property Value

Type: Rect2
See Also