public MovementComponentBuilder SetPositions(List <Vector2> positions) { _movementComponent.AddPositions(positions); return(this); }