Click or drag to resize

FileStoreBuffer Method

Stores the given array of bytes in the file.

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

Parameters

buffer
Type: SystemByte

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

See Also