Table of Contents

Class ArrayExtensions

Namespace
Squiggles.Core.Extension
Assembly
SquigglesCommon4X.dll

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

arr Array

the array

delim string

the delimiter string to use. defaults to ", "

Returns

string

a string with the delimiter separated values contained in the array.