Struct SimulateMovement Extends IComponentData

Public

Tag component to enable movement for an entity.

Without this component, most systems will completely ignore the entity.

There are some more specific components that can be used to selectively enable/disable some jobs:

Removing one of the above components can be useful if you want to override the movement of an agent in some way.