Constructor TMP_TextProcessingStack
TMP_TextProcessingStack(T[])
Constructor to create a new item stack.
Declaration
public TMP_TextProcessingStack(T[] stack)
Parameters
| Type |
Name |
Description |
| T[] |
stack |
|
TMP_TextProcessingStack(int)
Constructor for a new item stack with the given capacity.
Declaration
public TMP_TextProcessingStack(int capacity)
Parameters
| Type |
Name |
Description |
| int |
capacity |
|
TMP_TextProcessingStack(int, int)
Declaration
public TMP_TextProcessingStack(int capacity, int rolloverSize)
Parameters
| Type |
Name |
Description |
| int |
capacity |
|
| int |
rolloverSize |
|