Method GetEntityOffsets
GetEntityOffsets(TypeIndex, out int)
Gets a pointer to entity offsets for a given type index.
Declaration
[GenerateTestsForBurstCompatibility]
public static TypeManager.EntityOffsetInfo* GetEntityOffsets(TypeIndex typeIndex, out int count)
Parameters
Returns
Type | Description |
---|---|
Entity |
Returns a pointer to the entity offsets. |
Remarks
This always returns a pointer even if the given type has no entity offsets. Always check and iterate over the returned pointer using the returned count.