Table of Contents

Enum EditorVcsInterface.TreeArea

Namespace
Godot
Assembly
GodotSharpEditor.dll
public enum EditorVcsInterface.TreeArea : long

Fields

Commit = 0

A commit is encountered from the commit area.

Staged = 1

A file is encountered from the staged area.

Unstaged = 2

A file is encountered from the unstaged area.