Class FixedListExtensions
Provides extension methods for FixedListN.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public static class FixedListExtensions
Methods
| Name | Description |
|---|---|
| Sort<T>(ref FixedList128Bytes<T>) | Sorts the elements in this list in ascending order. |
| Sort<T>(ref FixedList32Bytes<T>) | Sorts the elements in this list in ascending order. |
| Sort<T>(ref FixedList4096Bytes<T>) | Sorts the elements in this list in ascending order. |
| Sort<T>(ref FixedList512Bytes<T>) | Sorts the elements in this list in ascending order. |
| Sort<T>(ref FixedList64Bytes<T>) | Sorts the elements in this list in ascending order. |
| Sort<T, U>(ref FixedList128Bytes<T>, U) | Sorts the elements in this list using a custom comparison. |
| Sort<T, U>(ref FixedList32Bytes<T>, U) | Sorts the elements in this list using a custom comparison. |
| Sort<T, U>(ref FixedList4096Bytes<T>, U) | Sorts the elements in this list using a custom comparison. |
| Sort<T, U>(ref FixedList512Bytes<T>, U) | Sorts the elements in this list using a custom comparison. |
| Sort<T, U>(ref FixedList64Bytes<T>, U) | Sorts the elements in this list using a custom comparison. |