Method UnsafeGetChunkNativeArrayReadOnlyIntPtr
UnsafeGetChunkNativeArrayReadOnlyIntPtr<T>(ArchetypeChunk, ComponentTypeHandle<T>)
Declaration
public static IntPtr UnsafeGetChunkNativeArrayReadOnlyIntPtr<T>(ArchetypeChunk chunk, ComponentTypeHandle<T> typeHandle)
where T : struct, IComponentData
Parameters
| Type | Name | Description |
|---|---|---|
| ArchetypeChunk | chunk | |
| ComponentTypeHandle<T> | typeHandle |
Returns
| Type | Description |
|---|---|
| IntPtr |
Type Parameters
| Name | Description |
|---|---|
| T |