Click or drag to resize

VisualScriptYieldSignalSetBaseType Method

Note: This API is now obsolete.

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

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

Parameters

baseType
Type: SystemString

[Missing <param name="baseType"/> documentation for "M:Godot.VisualScriptYieldSignal.SetBaseType(System.String)"]

See Also