Method UnsafeGetChunkNativeArrayIntPtr
UnsafeGetChunkNativeArrayIntPtr<T>(ArchetypeChunk, ComponentTypeHandle<T>)
Declaration
public static IntPtr UnsafeGetChunkNativeArrayIntPtr<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 |