Click or drag to resize

ScriptSetSourceCode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Script.SetSourceCode(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSourceCode is deprecated. Use the SourceCode property instead.")]
public void SetSourceCode(
	string source
)

Parameters

source
Type: SystemString

[Missing <param name="source"/> documentation for "M:Godot.Script.SetSourceCode(System.String)"]

See Also