Class NativeArrayExtensions
Extension methods for NativeArray.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public static class NativeArrayExtensions
Methods
Name | Description |
---|---|
Arrays |
Returns true if this array and another have equal length and content. |
Contains<T, U>(void*, int, U) | Returns true if a particular value is present in a buffer. |
Contains<T, U>(Native |
Returns true if a particular value is present in this array. |
Contains<T, U>(Read |
Returns true if a particular value is present in this array. |
Copy |
Copies all elements of specified container to array. |
Copy |
Copies all elements of specified container to array. |
Copy |
Copies all elements of specified container to array. |
Index |
Finds the index of the first occurrence of a particular value in a buffer. |
Index |
Finds the index of the first occurrence of a particular value in this array. |
Index |
Finds the index of the first occurrence of a particular value in this array. |
Reinterpret<T, U>(Native |
Returns the reinterpretation of this array into another kind of NativeArray. See Array reinterpretation. |