Click or drag to resize

RandomNumberGeneratorSetState Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.RandomNumberGenerator.SetState(System.UInt64)"]

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

Parameters

state
Type: SystemUInt64

[Missing <param name="state"/> documentation for "M:Godot.RandomNumberGenerator.SetState(System.UInt64)"]

See Also