Click or drag to resize

NodeGetName Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Node.GetName"]

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.Node.GetName"]

See Also