Click or drag to resize

StreamPeerPut32 Method

Puts a signed 32-bit value into the stream.

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

Parameters

value
Type: SystemInt32

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

See Also