Click or drag to resize

EditorVCSInterfaceStageFile Method

Stages the file which should be committed when Commit(String) is called. Argument should contain the absolute path.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void StageFile(
	string filePath
)

Parameters

filePath
Type: SystemString

[Missing <param name="filePath"/> documentation for "M:Godot.EditorVCSInterface.StageFile(System.String)"]

See Also