Click or drag to resize

FileSeek Method

Changes the file reading/writing cursor to the specified position (in bytes from the beginning of the file).

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

Parameters

position
Type: SystemInt64

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

See Also