Struct MovementStatisticsSystem Extends ISystem
    Public
    
    System that updates the destination of agents with a DestinationEntity component.
Every frame, the position of the target entity will be copied to the DestinationPoint.destination field of the agent. If DestinationEntity.useRotation is true, the facing direction will also be copied.