Click or drag to resize

GraphNodeSetComment Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.GraphNode.SetComment(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetComment is deprecated. Use the Comment property instead.")]
public void SetComment(
	bool comment
)

Parameters

comment
Type: SystemBoolean

[Missing <param name="comment"/> documentation for "M:Godot.GraphNode.SetComment(System.Boolean)"]

See Also