ResourceFormatSaverSave Method |
Saves the given resource object to a file at the target path. flags is a bitmask composed with ResourceSaverSaverFlags constants.
Returns on success, or an Error constant in case of failure.
Namespace: Godot
public virtual int Save( string path, Resource resource, int flags )
[Missing <param name="path"/> documentation for "M:Godot.ResourceFormatSaver.Save(System.String,Godot.Resource,System.Int32)"]
[Missing <param name="resource"/> documentation for "M:Godot.ResourceFormatSaver.Save(System.String,Godot.Resource,System.Int32)"]
[Missing <param name="flags"/> documentation for "M:Godot.ResourceFormatSaver.Save(System.String,Godot.Resource,System.Int32)"]
[Missing <returns> documentation for "M:Godot.ResourceFormatSaver.Save(System.String,Godot.Resource,System.Int32)"]