Click or drag to resize

StreamPeerPutU32 Method

Puts an unsigned 32-bit value into the stream.

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

Parameters

value
Type: SystemUInt32

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

See Also