Class FixedList32BytesExtensions
Provides extension methods for FixedList32Bytes.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public static class FixedList32BytesExtensions
Methods
Name | Description |
---|---|
Contains<T, U>(ref FixedList32Bytes<T>, U) | Returns true if a particular value is present in this list. |
IndexOf<T, U>(ref FixedList32Bytes<T>, U) | Finds the index of the first occurrence of a particular value in this list. |
RemoveSwapBack<T, U>(ref FixedList32Bytes<T>, U) | Removes the first occurrence of a particular value in this list. |
Remove<T, U>(ref FixedList32Bytes<T>, U) | Removes the first occurrence of a particular value in this list. |