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