Struct TypeManager.EntityOffsetInfo
Stores the byte offset into a component where an Entity member is stored.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public struct TypeManager.EntityOffsetInfo
Fields
Name | Description |
---|---|
Offset | Byte offset into a component's instance data where an Entity member field begins. |