Click or drag to resize

VisualServerNinePatchAxisMode Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.NinePatchAxisMode"]

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

The nine patch gets stretched where needed.

Tile1

The nine patch gets filled with tiles where needed.

TileFit2

The nine patch gets filled with tiles where needed and stretches them a bit if needed.

See Also