Method TestValueTypeNativeArray
TestValueTypeNativeArray<T>(NativeArray<T>, NativeArray<T>)
Declaration
public IEnumerator TestValueTypeNativeArray<T>(NativeArray<T> firstTest, NativeArray<T> secondTest) where T : unmanaged
Parameters
Type | Name | Description |
---|---|---|
NativeArray<T> | firstTest | |
NativeArray<T> | secondTest |
Returns
Type | Description |
---|---|
IEnumerator |
Type Parameters
Name | Description |
---|---|
T |