Table of Contents

Class RandomNumberGenerator.MethodName

Namespace
Godot
Assembly
GodotSharp.dll

Cached StringNames for the methods contained in this class, for fast lookup.

public class RandomNumberGenerator.MethodName : RefCounted.MethodName
Inheritance
RandomNumberGenerator.MethodName
Inherited Members

Constructors

MethodName()

public MethodName()

Fields

GetSeed

Cached name for the 'get_seed' method.

public static readonly StringName GetSeed

Field Value

StringName

GetState

Cached name for the 'get_state' method.

public static readonly StringName GetState

Field Value

StringName

Randf

Cached name for the 'randf' method.

public static readonly StringName Randf

Field Value

StringName

RandfRange

Cached name for the 'randf_range' method.

public static readonly StringName RandfRange

Field Value

StringName

Randfn

Cached name for the 'randfn' method.

public static readonly StringName Randfn

Field Value

StringName

Randi

Cached name for the 'randi' method.

public static readonly StringName Randi

Field Value

StringName

RandiRange

Cached name for the 'randi_range' method.

public static readonly StringName RandiRange

Field Value

StringName

Randomize

Cached name for the 'randomize' method.

public static readonly StringName Randomize

Field Value

StringName

SetSeed

Cached name for the 'set_seed' method.

public static readonly StringName SetSeed

Field Value

StringName

SetState

Cached name for the 'set_state' method.

public static readonly StringName SetState

Field Value

StringName