FixedList512BytesExtensions
Provides extension methods for FixedList512Bytes.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public static class FixedList512BytesExtensions
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. |