Method CopyFrom
CopyFrom(in NativeArray<T>)
Copies all elements of specified container to this container.
Declaration
public void CopyFrom(in NativeArray<T> other)
Parameters
| Type | Name | Description |
|---|---|---|
| NativeArray<T> | other | An container to copy into this container. |
CopyFrom(in UnsafeList<T>)
Copies all elements of specified container to this container.
Declaration
public void CopyFrom(in UnsafeList<T> other)
Parameters
| Type | Name | Description |
|---|---|---|
| UnsafeList<T> | other | An container to copy into this container. |