Class NoAllocHelpersBridge<T>
Namespace: Unity.UIWidgets.InternalBridge
Syntax
public static class NoAllocHelpersBridge<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
EnsureListElemCount(List<T>, Int32)
Declaration
public static void EnsureListElemCount(List<T> list, int size)
Parameters
| Type | Name | Description |
|---|---|---|
| List<T> | list | |
| Int32 | size |
ExtractArrayFromListT(List<T>)
Declaration
public static T[] ExtractArrayFromListT(List<T> list)
Parameters
| Type | Name | Description |
|---|---|---|
| List<T> | list |
Returns
| Type | Description |
|---|---|
| T[] |
ResizeList(List<T>, Int32)
Declaration
public static void ResizeList(List<T> list, int size)
Parameters
| Type | Name | Description |
|---|---|---|
| List<T> | list | |
| Int32 | size |