Click or drag to resize

XMLParserGetNodeOffset Method

Gets the byte offset of the current node since the beginning of the file or buffer.

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

Return Value

Type: UInt64

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

See Also