Click or drag to resize

GDRange Method (Int32, Int32, Int32)

[Missing <summary> documentation for "M:Godot.GD.Range(System.Int32,System.Int32,System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static IEnumerable<int> Range(
	int start,
	int end,
	int step
)

Parameters

start
Type: SystemInt32

[Missing <param name="start"/> documentation for "M:Godot.GD.Range(System.Int32,System.Int32,System.Int32)"]

end
Type: SystemInt32

[Missing <param name="end"/> documentation for "M:Godot.GD.Range(System.Int32,System.Int32,System.Int32)"]

step
Type: SystemInt32

[Missing <param name="step"/> documentation for "M:Godot.GD.Range(System.Int32,System.Int32,System.Int32)"]

Return Value

Type: IEnumerableInt32

[Missing <returns> documentation for "M:Godot.GD.Range(System.Int32,System.Int32,System.Int32)"]

See Also