Click or drag to resize

RandomNumberGeneratorGetState Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.RandomNumberGenerator.GetState"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetState is deprecated. Use the State property instead.")]
public ulong GetState()

Return Value

Type: UInt64

[Missing <returns> documentation for "M:Godot.RandomNumberGenerator.GetState"]

See Also