Method GetDynamicComponentDataArrayReinterpret
GetDynamicComponentDataArrayReinterpret<T>(DynamicComponentTypeHandle, Int32)
Declaration
public NativeArray<T> GetDynamicComponentDataArrayReinterpret<T>(DynamicComponentTypeHandle chunkComponentType, int expectedTypeSize)
where T : struct
Parameters
| Type | Name | Description |
|---|---|---|
| DynamicComponentTypeHandle | chunkComponentType | |
| Int32 | expectedTypeSize |
Returns
| Type | Description |
|---|---|
| NativeArray<T> |
Type Parameters
| Name | Description |
|---|---|
| T |