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
GetState
Cached name for the 'get_state' method.
public static readonly StringName GetState
Field Value
Randf
Cached name for the 'randf' method.
public static readonly StringName Randf
Field Value
RandfRange
Cached name for the 'randf_range' method.
public static readonly StringName RandfRange
Field Value
Randfn
Cached name for the 'randfn' method.
public static readonly StringName Randfn
Field Value
Randi
Cached name for the 'randi' method.
public static readonly StringName Randi
Field Value
RandiRange
Cached name for the 'randi_range' method.
public static readonly StringName RandiRange
Field Value
Randomize
Cached name for the 'randomize' method.
public static readonly StringName Randomize
Field Value
SetSeed
Cached name for the 'set_seed' method.
public static readonly StringName SetSeed
Field Value
SetState
Cached name for the 'set_state' method.
public static readonly StringName SetState