PlatformerUtilities.

RemoveAt<T>(T[], int) Method

Summary

Removes the item at the specified `index` and resizes the `array` to be 1 smaller.
Assembly
PlatformerGameKit.dll
Namespace
PlatformerGameKit
Containing Type
PlatformerUtilities

Syntax

public static void RemoveAt<T>(ref T[] array, int index)

Type Parameters

Name Description
T

Parameters

Name Type Description
array T[]
index int

Return Value

Type Description
void