Class ArrayExtensions
SC4X extensions for the Godot.Array class
public static class ArrayExtensions
- Inheritance
-
ArrayExtensions
- Inherited Members
Methods
ToDebugString(Array, string)
Creates a debug string out of the array using the specified delimiter
public static string ToDebugString(this Array arr, string delim = ", ")
Parameters
Returns
- string
a string with the delimiter separated values contained in the array.