Class ArrayExtensions
Array utilities functions
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public static class ArrayExtensions
Methods
Name | Description |
---|---|
ResizeArray(ref TransformAccessArray, int) | Resizes a transform access array. |
ResizeArray<T>(ref NativeArray<T>, int) | Resizes a native array. If an empty native array is passed, it will create a new one. |
ResizeArray<T>(ref T[], int) | Resizes an array. If a null reference is passed, it will allocate the desired array. |