Click or drag to resize

StyleBoxTextureAxisStretchMode Enumeration

[Missing <summary> documentation for "T:Godot.StyleBoxTexture.AxisStretchMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum AxisStretchMode
Members
  Member nameValueDescription
Stretch0

Stretch the stylebox's texture. This results in visible distortion unless the texture size matches the stylebox's size perfectly.

Tile1

Repeats the stylebox's texture to match the stylebox's size according to the nine-patch system.

TileFit2

Repeats the stylebox's texture to match the stylebox's size according to the nine-patch system. Unlike , the texture may be slightly stretched to make the nine-patch texture tile seamlessly.

See Also