Click or drag to resize

VisualScriptPropertyGetSetBaseScript Method

Note: This API is now obsolete.

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

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

Parameters

baseScript
Type: SystemString

[Missing <param name="baseScript"/> documentation for "M:Godot.VisualScriptPropertyGet.SetBaseScript(System.String)"]

See Also