Summary
    Removes the item at the specified `index`
    and resizes the `array` to be 1 smaller.
    
		- Assembly
- Animancer.dll 
- Namespace
- Animancer
- Containing Type
- AnimancerUtilities
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 |