FixedList128BytesExtensions
Provides extension methods for FixedList128Bytes.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Class
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public static class FixedList128BytesExtensions
Static Methods
Method | Description |
|---|---|
| Contains | Returns true if a particular value is present in this list. |
| IndexOf | Finds the index of the first occurrence of a particular value in this list. |
| Remove | Removes the first occurrence of a particular value in this list. |
| RemoveSwapBack | Removes the first occurrence of a particular value in this list. |