Click or drag to resize

XMLParserSeek Method

Moves the buffer cursor to a certain offset (since the beginning) and read the next node there. This returns an error code.

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

Parameters

position
Type: SystemUInt64

[Missing <param name="position"/> documentation for "M:Godot.XMLParser.Seek(System.UInt64)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.XMLParser.Seek(System.UInt64)"]

See Also