Click or drag to resize

EditorInterfaceSaveScene Method

Saves the scene. Returns either OK or ERR_CANT_CREATE (see @GlobalScope constants).

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

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.EditorInterface.SaveScene"]

See Also