Method Resize
Resize<T>(ref T[], int)
Function to resize any of the structure contained in the TMP_TextInfo class.
Declaration
public static void Resize<T>(ref T[] array, int size)
Parameters
| Type |
Name |
Description |
| T[] |
array |
|
| int |
size |
|
Type Parameters
Resize<T>(ref T[], int, bool)
Function to resize any of the structure contained in the TMP_TextInfo class.
Declaration
public static void Resize<T>(ref T[] array, int size, bool isBlockAllocated)
Parameters
| Type |
Name |
Description |
| T[] |
array |
|
| int |
size |
|
| bool |
isBlockAllocated |
|
Type Parameters