Click or drag to resize

StreamPeerPutFloat Method

Puts a single-precision float into the stream.

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

Parameters

value
Type: SystemSingle

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

See Also