Data for an entity's location in 3D space. Systems should manipulate this component instead of the map cell component. Changes made to this component will be copied to the map cell.
The X coordinate of the entity's location. Negative is West, positive is East.
The Y coordinate of the entity's location. Negative is North, positive is South.
The Z coordinate of the entity's location. Negative is down, positive is up.
Generated using TypeDoc
Data for an entity's location in 3D space. Systems should manipulate this component instead of the map cell component. Changes made to this component will be copied to the map cell.