Click or drag to resize

FileStoreFloat Method

Stores a floating-point number as 32 bits in the file.

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

Parameters

value
Type: SystemSingle

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

See Also