Click or drag to resize

FileGetBuffer Method

Returns next len bytes of the file as a Byte.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public byte[] GetBuffer(
	int len
)

Parameters

len
Type: SystemInt32

[Missing <param name="len"/> documentation for "M:Godot.File.GetBuffer(System.Int32)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Godot.File.GetBuffer(System.Int32)"]

See Also