Click or drag to resize

XMLParserGetNodeData Method

Gets the contents of a text node. This will raise an error in any other type of node.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetNodeData()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.XMLParser.GetNodeData"]

See Also