VisualServerNinePatchAxisMode Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.NinePatchAxisMode"]
Namespace: Godot
public enum NinePatchAxisMode
| Member name | Value | Description | |
|---|---|---|---|
| Stretch | 0 | The nine patch gets stretched where needed. | |
| Tile | 1 | The nine patch gets filled with tiles where needed. | |
| TileFit | 2 | The nine patch gets filled with tiles where needed and stretches them a bit if needed. |