Click or drag to resize

VisualScriptCommentSetDescription Method

Note: This API is now obsolete.

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

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

Parameters

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:Godot.VisualScriptComment.SetDescription(System.String)"]

See Also