Click or drag to resize

StreamPeerPut64 Method

Puts a signed 64-bit value into the stream.

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

Parameters

value
Type: SystemInt64

[Missing <param name="value"/> documentation for "M:Godot.StreamPeer.Put64(System.Int64)"]

See Also