Click or drag to resize

StreamPeerPut8 Method

Puts a signed byte into the stream.

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

Parameters

value
Type: SystemSByte

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

See Also