Click or drag to resize

EditorVCSInterfaceShutDown Method

Shuts down the VCS addon to allow cleanup code to run on call. Returns true is no failure occurs, else returns false.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public bool ShutDown()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.EditorVCSInterface.ShutDown"]

See Also