Click or drag to resize

XMLParserOpenBuffer Method

Opens an XML raw buffer for parsing. This returns an error code.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error OpenBuffer(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:Godot.XMLParser.OpenBuffer(System.Byte[])"]

Return Value

Type: Error

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

See Also