Click or drag to resize

StreamPeerPutU64 Method

Puts an unsigned 64-bit value into the stream.

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

Parameters

value
Type: SystemUInt64

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

See Also