Method CopyFromComponentDataArrayAsync
CopyFromComponentDataArrayAsync<T>(NativeArray<T>, out JobHandle)
Declaration
public void CopyFromComponentDataArrayAsync<T>(NativeArray<T> componentDataArray, out JobHandle jobhandle)
where T : struct, IComponentData
Parameters
Type | Name | Description |
---|---|---|
NativeArray<T> | componentDataArray | |
JobHandle | jobhandle |
Type Parameters
Name | Description |
---|---|
T |