Click or drag to resize

StreamPeerPutU8 Method

Puts an unsigned byte into the stream.

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

Parameters

value
Type: SystemByte

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

See Also