Click or drag to resize

StreamPeerPutU16 Method

Puts an unsigned 16-bit value into the stream.

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

Parameters

value
Type: SystemUInt16

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

See Also