Class NativeListExtensions
Provides extension methods for UnsafeList.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public static class NativeListExtensions
Methods
Name | Description |
---|---|
ArraysEqual<T>(NativeArray<T>, in NativeList<T>) | Returns true if this container and another have equal length and content. |
ArraysEqual<T>(NativeList<T>, in UnsafeList<T>) | Returns true if this container and another have equal length and content. |
ArraysEqual<T>(NativeList<T>, in NativeArray<T>) | Returns true if this container and another have equal length and content. |
ArraysEqual<T>(NativeList<T>, in NativeList<T>) | Returns true if this container and another have equal length and content. |
Contains<T, U>(NativeList<T>, U) | Returns true if a particular value is present in this list. |
IndexOf<T, U>(NativeList<T>, U) | Finds the index of the first occurrence of a particular value in this list. |